Partilhar via


WebSiteResource.GetSiteDiagnosticAsync(String, CancellationToken) Método

Definição

Descrição para Obter Categoria de Diagnóstico

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnóstico/{diagnosticCategory}
  • Operação IdDiagnostics_GetSiteDiagnosticCategory
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>> GetSiteDiagnosticAsync (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>>
override this.GetSiteDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>>
Public Overridable Function GetSiteDiagnosticAsync (diagnosticCategory As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDiagnosticResource))

Parâmetros

diagnosticCategory
String

Categoria de Diagnóstico.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

diagnosticCategory é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

diagnosticCategory é nulo.

Aplica-se a