Compartir a través de


User Constructores

Definición

Sobrecargas

User()

Inicializa una nueva instancia de la clase User.

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

Inicializa una nueva instancia de la clase User.

User()

Inicializa una nueva instancia de la clase User.

public User ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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)

Parámetros

userType
String

Tipo del usuario. Entre los valores posibles se incluyen: "Share", "LocalManagement", "ARM".

id
String

Identificador de ruta de acceso que identifica de forma única el objeto.

name
String

El nombre del objeto.

type
String

Tipo jerárquico del objeto.

systemData
SystemData

Usuario en el recurso DataBoxEdge

encryptedPassword
AsymmetricEncryptedSecret

Detalles de la contraseña.

shareAccessRights
IList<ShareAccessRight>

Lista de recursos compartidos en los que el usuario tiene derechos. Este campo no se debe especificar durante la creación del usuario.

Se aplica a