Service.GroupAdd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of additional group IDs to add to the container's process. This allows the container to have access to resources or permissions associated with the specified groups.
[YamlDotNet.Serialization.YamlMember(Alias="group_add", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> GroupAdd { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="group_add", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.GroupAdd : System.Collections.Generic.List<string> with get, set
Public Property GroupAdd As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute