다음을 통해 공유


LinuxUserConfiguration.Uid 속성

정의

사용자 계정의 사용자 ID를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="uid")]
public int? Uid { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uid")>]
member this.Uid : Nullable<int> with get, set
Public Property Uid As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

uid 및 gid 속성은 함께 지정하거나 지정하지 않아야 합니다. 지정하지 않으면 기본 운영 체제가 uid를 선택합니다.

적용 대상