DataBoxEdgeUserCollection.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un utilisateur ou met à jour les informations d’un utilisateur existant sur un appareil Data Box Edge/Data Box Gateway.
- Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/users/{name}
- IdUsers_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As DataBoxEdgeUserData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DataBoxEdgeUserResource)
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.
- name
- String
Nom d'utilisateur.
- data
- DataBoxEdgeUserData
Détails de l’utilisateur.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
name
est une chaîne vide et devait être non vide.
name
ou data
est null.
S’applique à
Azure SDK for .NET