Compartilhar via


User Construtores

Definição

Sobrecargas

User()

Inicializa uma nova instância da classe User.

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

Inicializa uma nova instância da classe User.

User()

Inicializa uma nova instância da classe User.

public User();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

userType
String

Tipo do usuário. Os valores possíveis incluem: 'Share', 'LocalManagement', 'ARM'

id
String

A ID do caminho que identifica exclusivamente o objeto.

name
String

O nome do objeto.

type
String

O tipo hierárquico do objeto .

systemData
SystemData

Usuário no Recurso DataBoxEdge

encryptedPassword
AsymmetricEncryptedSecret

Os detalhes da senha.

shareAccessRights
IList<ShareAccessRight>

Lista de compartilhamentos nos quais o usuário tem direitos. Esse campo não deve ser especificado durante a criação do usuário.

Aplica-se a