ComputeNodeUser.Password プロパティ

定義

アカウントのパスワードを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

パスワードは、Windows コンピューティング ノード ('cloudServiceConfiguration' で作成されたもの、または Windows イメージ 参照を使用して 'virtualMachineConfiguration' で作成されたもの) に必要です。 Linux コンピューティング ノードの場合は、オプションで sshPublicKey プロパティと共にパスワードを指定できます。

適用対象