UsersOperationsExtensions.BeginCreateOrUpdateAsync 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 de périphérie/passerelle de boîte de données.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.User> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.IUsersOperations operations, string deviceName, string name, string resourceGroupName, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret encryptedPassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> shareAccessRights = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.User>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IUsersOperations, deviceName As String, name As String, resourceGroupName As String, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of User)
Paramètres
- operations
- IUsersOperations
Groupe d’opérations pour cette méthode d’extension.
- deviceName
- String
Le nom de l'appareil.
- name
- String
Nom d'utilisateur.
- resourceGroupName
- String
Nom du groupe de ressources.
- encryptedPassword
- AsymmetricEncryptedSecret
Détails du mot de passe.
- shareAccessRights
- IList<ShareAccessRight>
Liste des partages sur lequel l’utilisateur dispose de droits. Ce champ ne doit pas être spécifié lors de la création de l’utilisateur.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET