次の方法で共有


EnrollmentAccountsOperationsExtensions.ListNext メソッド

定義

呼び出し元がアクセスできる登録アカウントを一覧表示します。

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

パラメーター

operations
IEnrollmentAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象