Share via


UserAccountSettings Class

Definition

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