Partager via


InvoicesOperationsExtensions.ListByBillingProfileNextAsync Méthode

Définition

Répertorie les factures d’un profil de facturation pour une date de début et une date de fin données. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client 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.Invoice>> ListByBillingProfileNextAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileNextAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>>
<Extension()>
Public Function ListByBillingProfileNextAsync (operations As IInvoicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Invoice))

Paramètres

operations
IInvoicesOperations

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 à