Freigeben über


ProductsOperationsExtensions.ListByBillingProfileNextAsync Methode

Definition

Listet die Produkte für ein Abrechnungsprofil auf. Dazu gehören keine Produkte, die basierend auf der Nutzung abgerechnet werden. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung oder Microsoft Partner-Vereinbarung 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>> ListByBillingProfileNextAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileNextAsync : 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 ListByBillingProfileNextAsync (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: