AppServiceEnvironmentResource.GetDiagnosticsItemAsync メソッド

定義

「App Service Environmentの診断項目を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/診断/{diagnosticsName}
  • 操作IdAppServiceEnvironments_GetDiagnosticsItem
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics>> GetDiagnosticsItemAsync (string diagnosticsName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiagnosticsItemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics>>
override this.GetDiagnosticsItemAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics>>
Public Overridable Function GetDiagnosticsItemAsync (diagnosticsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HostingEnvironmentDiagnostics))

パラメーター

diagnosticsName
String

診断項目の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

diagnosticsName は空の文字列であり、空でないと想定されていました。

diagnosticsName が null です。

適用対象