共用方式為


BillingSubscriptionsOperationsExtensions.ListByInvoiceSectionNext 方法

定義

列出計費至發票區段的訂用帳戶。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

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

參數

operations
IBillingSubscriptionsOperations

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

nextPageLink
String

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

傳回

適用於