Partager via


InvoicesOperationsExtensions.ListByBillingAccountNext Méthode

Définition

Répertorie les factures d’un compte 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 de type Contrat Partenaire Microsoft ou Contrat client Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice> ListByBillingAccountNext (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string nextPageLink);
static member ListByBillingAccountNext : Microsoft.Azure.Management.Billing.IInvoicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingAccountNext (operations As IInvoicesOperations, nextPageLink As String) As IPage(Of Invoice)

Paramètres

operations
IInvoicesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à