Delen via


ProductsOperationsExtensions.ListByBillingProfileNextAsync Methode

Definitie

Een lijst met de producten voor een factureringsprofiel. Deze omvatten geen producten die worden gefactureerd op basis van gebruik. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft-klantovereenkomst of Microsoft Partner-overeenkomst. 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))

Parameters

operations
IProductsOperations

De bewerkingsgroep voor deze extensiemethode.

nextPageLink
String

De NextLink van de vorige geslaagde aanroepbewerking naar lijst.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op