Freigeben über


PrivateStoreCollectionInfoResource.GetPrivateStoreOffer Methode

Definition

Ruft Informationen zu einem bestimmten Angebot ab.

  • Request Path/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • Vorgang 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)

Parameter

offerId
String

Die zu aktualisierende oder zu löschende Angebots-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

offerId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

offerId ist NULL.

Gilt für: