Freigeben über


InvoicesOperationsExtensions.ListByBillingProfileNext Methode

Definition

Listet die Rechnungen für ein Abrechnungsprofil für ein bestimmtes Start- und Enddatum auf. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameter

operations
IInvoicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: