Partager via


UsersOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.EdgeGateway.Models.User CreateOrUpdate (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);
static member CreateOrUpdate : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> -> Microsoft.Azure.Management.EdgeGateway.Models.User
<Extension()>
Public Function CreateOrUpdate (operations As IUsersOperations, deviceName As String, name As String, resourceGroupName As String, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing) As 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.

Retours

S’applique à