Share via


PrivateStoreOfferResource.Get(CancellationToken) Method

Definition

Gets information about a specific offer.

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • Operation Id: PrivateStoreCollectionOffer_Get
public virtual Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateStoreOfferResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to