Compartilhar via


PrivateStoreCollectionInfoResource.GetPrivateStoreOfferAsync Método

Definição

Obtém informações sobre uma oferta específica.

  • Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • Operação IdPrivateStoreCollectionOffer_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>> GetPrivateStoreOfferAsync (string offerId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreOfferAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
override this.GetPrivateStoreOfferAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
Public Overridable Function GetPrivateStoreOfferAsync (offerId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreOfferResource))

Parâmetros

offerId
String

A ID da oferta a ser atualizada ou excluída.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

offerId é nulo.

Aplica-se a