Dela via


BillingPeriodsOperationsExtensions.ListNextAsync Metod

Definition

Visar en lista över tillgängliga faktureringsperioder för en prenumeration i omvänd kronologisk ordning. Detta stöds endast för Azure Web-Direct-prenumerationer. Andra prenumerationstyper som inte har köpts direkt via Azure-webbportalen stöds inte via det här förhandsversions-API:et. https://go.microsoft.com/fwlink/?linkid=844490

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod>> ListNextAsync (this Microsoft.Azure.Management.Billing.IBillingPeriodsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Billing.IBillingPeriodsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod>>
<Extension()>
Public Function ListNextAsync (operations As IBillingPeriodsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingPeriod))

Parametrar

operations
IBillingPeriodsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för