Compartilhar via


CustomersOperationsExtensions.ListByBillingAccountNextAsync Método

Definição

Lista os clientes que são cobrados em uma conta de cobrança. A operação tem suporte apenas para contas de cobrança com o tipo de contrato Contrato de Parceiro da Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parâmetros

operations
ICustomersOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a