共用方式為


LinuxUserConfiguration.Gid Property

Definition

Gets or sets the group ID for the user Account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.

Applies to