次の方法で共有


AccountsOperationsExtensions.ListByResourceGroupNext メソッド

定義

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

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

パラメーター

operations
IAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象