次の方法で共有


RemoteRenderingAccountsOperationsExtensions.Update メソッド

定義

Remote Rendering アカウントの更新

public static Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount Update (this Microsoft.Azure.Management.MixedReality.IRemoteRenderingAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount remoteRenderingAccount);
static member Update : Microsoft.Azure.Management.MixedReality.IRemoteRenderingAccountsOperations * string * string * Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount -> Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount
<Extension()>
Public Function Update (operations As IRemoteRenderingAccountsOperations, resourceGroupName As String, accountName As String, remoteRenderingAccount As RemoteRenderingAccount) As RemoteRenderingAccount

パラメーター

operations
IRemoteRenderingAccountsOperations

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

resourceGroupName
String

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

accountName
String

Mixed Reality アカウントの名前。

remoteRenderingAccount
RemoteRenderingAccount

Remote Rendering Account パラメーター。

戻り値

適用対象