共用方式為


BillingPeriodsOperationsExtensions.ListNext 方法

定義

以反向時間順序列出訂用帳戶的可用計費週期。 只有 Azure Web-Direct訂用帳戶才支援此功能。 此預覽 API 不支援未透過 Azure 入口網站直接購買的其他訂用帳戶類型。 https://go.microsoft.com/fwlink/?linkid=844490

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod> ListNext (this Microsoft.Azure.Management.Billing.IBillingPeriodsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Billing.IBillingPeriodsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod>
<Extension()>
Public Function ListNext (operations As IBillingPeriodsOperations, nextPageLink As String) As IPage(Of BillingPeriod)

參數

operations
IBillingPeriodsOperations

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

nextPageLink
String

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

傳回

適用於