Delen via


UserAccount Constructors

Definitie

Overloads

UserAccount()

Initialiseert een nieuw exemplaar van de klasse UserAccount.

UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration, WindowsUserConfiguration)

Initialiseert een nieuw exemplaar van de klasse UserAccount.

UserAccount()

Initialiseert een nieuw exemplaar van de klasse UserAccount.

public UserAccount ();
Public Sub New ()

Van toepassing op

UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration, WindowsUserConfiguration)

Initialiseert een nieuw exemplaar van de klasse UserAccount.

public UserAccount (string name, string password, Microsoft.Azure.Management.Batch.Models.ElevationLevel? elevationLevel = default, Microsoft.Azure.Management.Batch.Models.LinuxUserConfiguration linuxUserConfiguration = default, Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration windowsUserConfiguration = default);
new Microsoft.Azure.Management.Batch.Models.UserAccount : string * string * Nullable<Microsoft.Azure.Management.Batch.Models.ElevationLevel> * Microsoft.Azure.Management.Batch.Models.LinuxUserConfiguration * Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration -> Microsoft.Azure.Management.Batch.Models.UserAccount
Public Sub New (name As String, password As String, Optional elevationLevel As Nullable(Of ElevationLevel) = Nothing, Optional linuxUserConfiguration As LinuxUserConfiguration = Nothing, Optional windowsUserConfiguration As WindowsUserConfiguration = Nothing)

Parameters

name
String

De naam van het gebruikersaccount. Namen kunnen Unicode-tekens bevatten met een maximale lengte van 20.

password
String

Het wachtwoord voor het gebruikersaccount.

elevationLevel
Nullable<ElevationLevel>

Het uitbreidingsniveau van het gebruikersaccount.

linuxUserConfiguration
LinuxUserConfiguration

De Linux-specifieke gebruikersconfiguratie voor het gebruikersaccount.

windowsUserConfiguration
WindowsUserConfiguration

De Windows-specifieke gebruikersconfiguratie voor het gebruikersaccount.

Van toepassing op