PrivateStoreCollectionInfoResource.GetPrivateStoreOffer 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.
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.