Share via


InitContainerDefinition.SecurityContextPrivileged Property

Definition

The flag to determine if the container permissions is elevated to Privileged.

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

Property Value

Implements

Attributes

Applies to