Diagnostic interface
診断を表すインターフェイス。
メソッド
create |
新しい診断を作成するか、既存のものを更新します。 |
delete(string, string, string, string, Diagnostic |
指定された診断を削除します。 |
get(string, string, string, Diagnostic |
識別子で指定された診断の詳細を取得します。 |
get |
識別子で指定された診断のエンティティ状態 (Etag) バージョンを取得します。 |
list |
API Management サービス インスタンスのすべての診断を一覧表示します。 |
update(string, string, string, string, Diagnostic |
識別子で指定された診断の詳細を更新します。 |
メソッドの詳細
createOrUpdate(string, string, string, DiagnosticContract, DiagnosticCreateOrUpdateOptionalParams)
新しい診断を作成するか、既存のものを更新します。
function createOrUpdate(resourceGroupName: string, serviceName: string, diagnosticId: string, parameters: DiagnosticContract, options?: DiagnosticCreateOrUpdateOptionalParams): Promise<DiagnosticCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- diagnosticId
-
string
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
- parameters
- DiagnosticContract
パラメーターを作成します。
options パラメーター。
戻り値
Promise<DiagnosticCreateOrUpdateResponse>
delete(string, string, string, string, DiagnosticDeleteOptionalParams)
指定された診断を削除します。
function delete(resourceGroupName: string, serviceName: string, diagnosticId: string, ifMatch: string, options?: DiagnosticDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- diagnosticId
-
string
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
- ifMatch
-
string
エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。
- options
- DiagnosticDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, DiagnosticGetOptionalParams)
識別子で指定された診断の詳細を取得します。
function get(resourceGroupName: string, serviceName: string, diagnosticId: string, options?: DiagnosticGetOptionalParams): Promise<DiagnosticGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- diagnosticId
-
string
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
- options
- DiagnosticGetOptionalParams
options パラメーター。
戻り値
Promise<DiagnosticGetResponse>
getEntityTag(string, string, string, DiagnosticGetEntityTagOptionalParams)
識別子で指定された診断のエンティティ状態 (Etag) バージョンを取得します。
function getEntityTag(resourceGroupName: string, serviceName: string, diagnosticId: string, options?: DiagnosticGetEntityTagOptionalParams): Promise<DiagnosticGetEntityTagHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- diagnosticId
-
string
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
options パラメーター。
戻り値
Promise<DiagnosticGetEntityTagHeaders>
listByService(string, string, DiagnosticListByServiceOptionalParams)
API Management サービス インスタンスのすべての診断を一覧表示します。
function listByService(resourceGroupName: string, serviceName: string, options?: DiagnosticListByServiceOptionalParams): PagedAsyncIterableIterator<DiagnosticContract, DiagnosticContract[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
options パラメーター。
戻り値
update(string, string, string, string, DiagnosticContract, DiagnosticUpdateOptionalParams)
識別子で指定された診断の詳細を更新します。
function update(resourceGroupName: string, serviceName: string, diagnosticId: string, ifMatch: string, parameters: DiagnosticContract, options?: DiagnosticUpdateOptionalParams): Promise<DiagnosticUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- diagnosticId
-
string
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
- ifMatch
-
string
エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。
- parameters
- DiagnosticContract
診断更新パラメーター。
- options
- DiagnosticUpdateOptionalParams
options パラメーター。
戻り値
Promise<DiagnosticUpdateResponse>