次の方法で共有


ObjectAnchorsAccountsOperationsExtensions.ListBySubscriptionNext メソッド

定義

サブスクリプション別にオブジェクト アンカー アカウントを一覧表示する

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

パラメーター

operations
IObjectAnchorsAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象