PrivateStoreResource.FetchAllMarketplaceSubscriptionsAsync Method

Definition

Fetch all subscriptions in tenant, only for marketplace admin

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/fetchAllSubscriptionsInTenant
  • Operation Id: PrivateStore_FetchAllSubscriptionsInTenant
public virtual Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.MarketplaceSubscription> FetchAllMarketplaceSubscriptionsAsync (string nextPageToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member FetchAllMarketplaceSubscriptionsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.MarketplaceSubscription>
override this.FetchAllMarketplaceSubscriptionsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.MarketplaceSubscription>
Public Overridable Function FetchAllMarketplaceSubscriptionsAsync (Optional nextPageToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MarketplaceSubscription)

Parameters

nextPageToken
String

The skip token to get the next page.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to