ApiResource.GetApiDiagnostic(String, CancellationToken) メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
識別子で指定された API の診断の詳細を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/診断/{diagnosticId}
- 操作IdApiDiagnostic_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiDiagnosticResource> GetApiDiagnostic (string diagnosticId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiDiagnostic : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiDiagnosticResource>
override this.GetApiDiagnostic : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiDiagnosticResource>
Public Overridable Function GetApiDiagnostic (diagnosticId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiDiagnosticResource)
- diagnosticId
- String
診断識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
diagnosticId
は空の文字列であり、空でないと予想されていました。
diagnosticId
が null です。
製品 | バージョン |
---|---|
Azure SDK for .NET | Latest, Preview |