Share via


InitContainerPropertiesDefinition.SecurityContextRunAsGroup Property

Definition

Sets the User GID for the container.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public int? SecurityContextRunAsGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.SecurityContextRunAsGroup : Nullable<int> with get, set
Public Property SecurityContextRunAsGroup As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to