PrivateStoreResource.FetchAllMarketplaceSubscriptionsAsync Method

Definition

Fetch all subscriptions in tenant, only for marketplace admin

  • Request Path. : /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/fetchAllSubscriptionsInTenant.
  • Operation Id. : PrivateStores_FetchAllSubscriptionsInTenant.
  • Default Api Version. : 2025-01-01.
  • Resource. : PrivateStoreResource.
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

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

Applies to