IContainerProperties.SecurityContextRunAsGroup Property

Definition

Sets the User GID for the container.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="Sets the User GID for the container.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="runAsGroup", Update=true)]
public int? SecurityContextRunAsGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="Sets the User GID for the container.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="runAsGroup", Update=true)>]
member this.SecurityContextRunAsGroup : Nullable<int> with get, set
Public Property SecurityContextRunAsGroup As Nullable(Of Integer)

Property Value

Attributes

Applies to