Compartilhar via


ResourceProviderCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/{resourceProviderNamespace}
  • Operação IdProviders_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

resourceProviderNamespace
String

O namespace do provedor de recursos.

expand
String

O parâmetro de consulta $expand. Por exemplo, para incluir aliases de propriedade em resposta, use $expand=resourceTypes/aliases.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

resourceProviderNamespace é nulo.

Aplica-se a