Partilhar via


PrivateStoreCollectionInfoResource.GetPrivateStoreOffer 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 Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource> GetPrivateStoreOffer (string offerId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreOffer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
override this.GetPrivateStoreOffer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
Public Overridable Function GetPrivateStoreOffer (offerId As String, Optional cancellationToken As CancellationToken = Nothing) As 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