Compartir a través de


BillingSubscriptionsOperationsExtensions.ListByCustomerNextAsync Método

Definición

Enumera las suscripciones de un cliente. La operación solo se admite para las cuentas de facturación con el tipo de contrato Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingSubscription>> ListByCustomerNextAsync (this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByCustomerNextAsync : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingSubscription>>
<Extension()>
Public Function ListByCustomerNextAsync (operations As IBillingSubscriptionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingSubscription))

Parámetros

operations
IBillingSubscriptionsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a