Partager via


UsersOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée un utilisateur ou met à jour les informations d’un utilisateur existant sur un périphérique/passerelle data box.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.User> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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 à