次の方法で共有


ObjectAnchorsAccountsOperationsExtensions.ListByResourceGroupNext メソッド

定義

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

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

パラメーター

operations
IObjectAnchorsAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象