次の方法で共有


ObjectAnchorsAccountsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

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

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

パラメーター

operations
IObjectAnchorsAccountsOperations

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

resourceGroupName
String

Azure リソース グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象