共用方式為


BillingPeriodsOperationsExtensions.ListNextAsync 方法

定義

以反向時間順序列出訂用帳戶的可用計費週期。 只有 Azure Web-Direct訂用帳戶才支援此功能。 此預覽 API 不支援未透過 Azure 入口網站直接購買的其他訂用帳戶類型。 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))

參數

operations
IBillingPeriodsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於