次の方法で共有


RemoteRenderingAccountsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

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

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

パラメーター

operations
IRemoteRenderingAccountsOperations

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

resourceGroupName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象