LinuxUserConfiguration.Gid 속성

정의

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

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

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

적용 대상