次の方法で共有


CustomersOperationsExtensions.ListByBillingProfileNext メソッド

定義

課金プロファイルに課金される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
ICustomersOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象