次の方法で共有


RemoteRenderingAccountsOperationsExtensions.CreateAsync メソッド

定義

Remote Rendering アカウントの作成または更新。

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

パラメーター

operations
IRemoteRenderingAccountsOperations

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

resourceGroupName
String

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

accountName
String

Mixed Reality アカウントの名前。

remoteRenderingAccount
RemoteRenderingAccount

アカウント パラメーター Remote Renderingします。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象