NodeUpdateUserParameter.Password Property

Definition

Gets or sets the password of the Account.

[Newtonsoft.Json.JsonProperty(PropertyName="password")]
public string Password { get; set; }

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The password is required for Windows Compute Nodes. For Linux Compute Nodes, the password can optionally be specified along with the sshPublicKey property. If omitted, any existing password is removed.

Applies to