UserAccount
Class
Definition
A user account to create on an Azure Batch node. Tasks may be configured to execute in the security context of the user account.
public class UserAccount
- Inheritance
-
UserAccount
Constructors
| UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration) |
Initializes a new instance of the UserAccount class. |
| UserAccount(String, String, Nullable<ElevationLevel>, String) |
Initializes a new instance of the UserAccount class. |
Properties
| ElevationLevel |
Gets or sets the elevation level of the user account. |
| LinuxUserConfiguration |
Gets or sets additional properties used to create a user account on a Linux node. |
| Name |
Gets or sets the name of the user account. |
| Password |
Gets or sets the password for the user account. |
| SshPrivateKey |
Gets or sets the SSH private key for the user account. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |