Partager via


TransactionsOperationsExtensions.ListByInvoiceNextAsync Méthode

Définition

Répertorie les transactions pour une facture. Les transactions incluent les achats, les remboursements et les frais d’utilisation Azure. https://docs.microsoft.com/en-us/rest/api/billing/

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

Paramètres

operations
ITransactionsOperations

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 à