次の方法で共有


ClusterCreateParameters.UserAccountSettings プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター内の各コンピューティング ノードに作成される管理者ユーザー アカウントの設定。

適用対象