共用方式為


LinuxUserConfiguration.Gid 屬性

定義

取得或設定使用者帳戶的群組識別碼。

[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。

適用於