Partager via


User Constructeurs

Définition

Surcharges

User()

Initialise une nouvelle instance de la classe User.

User(String, String, String, String, SystemData, AsymmetricEncryptedSecret, IList<ShareAccessRight>)

Initialise une nouvelle instance de la classe User.

User()

Initialise une nouvelle instance de la classe User.

public User ();
Public Sub New ()

S’applique à

User(String, String, String, String, SystemData, AsymmetricEncryptedSecret, IList<ShareAccessRight>)

Initialise une nouvelle instance de la classe User.

public User (string userType, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret encryptedPassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.ShareAccessRight> shareAccessRights = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.User : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.ShareAccessRight> -> Microsoft.Azure.Management.DataBoxEdge.Models.User
Public Sub New (userType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing)

Paramètres

userType
String

Type de l’utilisateur. Les valeurs possibles sont les suivantes : « Share », « LocalManagement », « ARM »

id
String

ID de chemin d’accès qui identifie l’objet de manière unique.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

systemData
SystemData

Utilisateur dans la ressource DataBoxEdge

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.

S’applique à