Udostępnij za pośrednictwem


PrivateStoreOfferCollection.GetAll(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.Pageable<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PrivateStoreOfferResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to