Compartir a través de


PrivateStoreCollectionInfoResource.GetPrivateStoreOffer Método

Definición

Obtiene información sobre una oferta específica.

  • Ruta de acceso de solicitud/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • IdPrivateStoreCollectionOffer_Get de operación
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

Identificador de la oferta que se va a actualizar o eliminar.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

offerId es una cadena vacía y se espera que no esté vacía.

offerId es null.

Se aplica a