共用方式為


CustomersOperationsExtensions.ListByBillingAccountNext 方法

定義

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

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

參數

operations
ICustomersOperations

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

nextPageLink
String

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

傳回

適用於