ManagedServicesMarketplaceRegistrationCollection.ExistsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Verifica se o recurso existe no azure.
- Caminho da Solicitação/{scope}/providers/Microsoft.ManagedServices/marketplaceRegistrationDefinitions/{marketplaceIdentifier}
- Operação IdMarketplaceRegistrationDefinitions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string marketplaceIdentifier, 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 (marketplaceIdentifier As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))
Parâmetros
- marketplaceIdentifier
- String
O identificador Azure Marketplace. Formatos esperados: {publisher}. {product[-preview]}. {planName}. {version} ou {publisher}. {product[-preview]}. {planName} ou {publisher}. {product[-preview]} ou {publisher}).
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
marketplaceIdentifier
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
marketplaceIdentifier
é nulo.
Aplica-se a
Azure SDK for .NET