Partilhar via


SiteSlotDiagnosticDetectorCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnóstico/{diagnosticCategory}/detectores/{detectorName}
  • IdDiagnostics_GetSiteDetectorSlot de operação
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string detectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

detectorName
String

Nome do detector.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

detectorName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

detectorName é nulo.

Aplica-se a