Share via


AgentPool.SecurityProfileEnableSecureBoot Property

Definition

Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.

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

Property Value

Implements

Attributes

Applies to