SshConfiguration.UserAccountSettings プロパティ

定義

ユーザー アカウントの設定を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="userAccountSettings")]
public Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings UserAccountSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAccountSettings")>]
member this.UserAccountSettings : Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings with get, set
Public Property UserAccountSettings As UserAccountSettings

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ノードに作成する管理者ユーザー アカウントの設定。 このアカウントを使用して、ノードへの SSH 接続を確立できます。

適用対象