Partager via


RemoteRenderingAccountCollection.CreateOrUpdate Méthode

Définition

Création ou mise à jour d’un compte Remote Rendering.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
  • IdRemoteRenderingAccounts_Create d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string accountName, Azure.ResourceManager.MixedReality.RemoteRenderingAccountData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MixedReality.RemoteRenderingAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MixedReality.RemoteRenderingAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MixedReality.RemoteRenderingAccountResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, accountName As String, data As RemoteRenderingAccountData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RemoteRenderingAccountResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

accountName
String

Nom d’un compte Mixed Reality.

data
RemoteRenderingAccountData

Remote Rendering paramètre Account.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

accountName est une chaîne vide et devait être non vide.

accountName ou data est null.

S’applique à