Partager via


AgreementsOperationsExtensions.ListByBillingAccountNextAsync Méthode

Définition

Répertorie les contrats d’un compte de facturation. 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))

Paramètres

operations
IAgreementsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à