Compartir a través de


PrivateStoreResource.GetSubscriptionsContextAsync(CancellationToken) Método

Definición

Enumeración de todas las suscripciones en el contexto del almacén privado

  • Ruta de acceso de solicitud/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listSubscriptionsContext
  • IdPrivateStore_ListSubscriptionsContext de operaciones
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))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a