Compartilhar via


AgreementsOperationsExtensions.ListByBillingAccountNextAsync Método

Definição

Lista os contratos de uma conta de cobrança. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parâmetros

operations
IAgreementsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a