次の方法で共有


RemoteRenderingAccountsOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループ別にリソースを一覧表示する

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

パラメーター

operations
IRemoteRenderingAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象