Freigeben über


ProductsOperationsExtensions.ListByInvoiceSectionNext Methode

Definition

Listet die Produkte für einen Rechnungsabschnitt auf. Dazu gehören keine Produkte, die basierend auf der Nutzung abgerechnet werden. Der Vorgang wird nur für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung unterstützt. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameter

operations
IProductsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: