次の方法で共有


AccountsOperationsExtensions.ListBySubscriptionNext メソッド

定義

アカウントの一覧を返します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Account> ListBySubscriptionNext (this Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Account>
<Extension()>
Public Function ListBySubscriptionNext (operations As IAccountsOperations, nextPageLink As String) As IPage(Of Account)

パラメーター

operations
IAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象