Udostępnij za pośrednictwem


PrivateStoreOfferCollection.GetAllAsync(CancellationToken) Method

Definition

Get a list of all private offers in the given private store and collection

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PrivateStoreOfferResource that may take multiple service requests to iterate over.

Applies to