PrivateStoreResource.GetSubscriptionsContextAsync(CancellationToken) Method

Definition

List all the subscriptions in the private store context

  • Request Path. : /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listSubscriptionsContext.
  • Operation Id. : PrivateStores_ListSubscriptionsContext.
  • Default Api Version. : 2025-01-01.
  • Resource. : PrivateStoreResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>> GetSubscriptionsContextAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSubscriptionsContextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>>
override this.GetSubscriptionsContextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>>
Public Overridable Function GetSubscriptionsContextAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionsContextList))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to