Condividi tramite


PrivateStoreCollectionInfoCollection.GetAllAsync(CancellationToken) Method

Definition

Gets private store collections list

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to