UserAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties used to create a user used to execute Tasks on an Azure Batch Compute 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. |
Applies to
Azure SDK for .NET