UserAccountSettings 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.
Settings for user account that gets created on each on the nodes of a cluster.
public class UserAccountSettings
type UserAccountSettings = class
Public Class UserAccountSettings
- Inheritance
-
UserAccountSettings
Constructors
UserAccountSettings() |
Initializes a new instance of the UserAccountSettings class. |
UserAccountSettings(String, String, String) |
Initializes a new instance of the UserAccountSettings class. |
Properties
AdminUserName |
Gets or sets user name. |
AdminUserPassword |
Gets or sets password. |
AdminUserSshPublicKey |
Gets or sets SSH public key. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET