Partilhar via


AutomanageBestPracticeCollection.Exists(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/provedores/Microsoft.Automanage/bestPractices/{bestPracticeName}
  • Operação IdBestPractices_Get
public virtual Azure.Response<bool> Exists (string bestPracticeName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (bestPracticeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parâmetros

bestPracticeName
String

O nome da melhor prática de Gerenciamento Automatizado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

bestPracticeName é nulo.

Aplica-se a