Freigeben über


ProductsOperationsExtensions.ListByInvoiceSectionNextAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>> ListByInvoiceSectionNextAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByInvoiceSectionNextAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByInvoiceSectionNextAsync (operations As IProductsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))

Parameter

operations
IProductsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: