UserAccount Class

Definition

Properties used to create a user on an Azure Batch node.

public class UserAccount
type UserAccount = class
Public Class UserAccount
Inheritance
UserAccount

Constructors

UserAccount()

Initializes a new instance of the UserAccount class.

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

Initializes a new instance of the UserAccount class.

Properties

ElevationLevel

Gets or sets the elevation level of the user account.

LinuxUserConfiguration

Gets or sets the Linux-specific user configuration for the user account.

Name

Gets or sets the name of the user account. Names can contain any Unicode characters up to a maximum length of 20.

Password

Gets or sets the password for the user account.

WindowsUserConfiguration

Gets or sets the Windows-specific user configuration for the user account.

Methods

Validate()

Validate the object.

Applies to