共用方式為


NodeUpdateUserParameter.Password Property

Definition

Gets or sets the password of the Account.

[Newtonsoft.Json.JsonProperty(PropertyName="password")]
public string Password { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="password")>]
member this.Password : string with get, set
Public Property Password As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The password is required for Windows Compute Nodes (those created with 'cloudServiceConfiguration', or created with 'virtualMachineConfiguration' using a Windows Image reference). For Linux Compute Nodes, the password can optionally be specified along with the sshPublicKey property. If omitted, any existing password is removed.

Applies to