次の方法で共有


ObjectAnchorsAccountsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>> ListBySubscriptionAsync (this Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IObjectAnchorsAccountsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ObjectAnchorsAccount))

パラメーター

operations
IObjectAnchorsAccountsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象