다음을 통해 공유


Cluster.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

설명

SSH에서 노드를 계산하는 데 사용할 수 있는 관리자 사용자 계정 설정입니다.

적용 대상