IManagedClusterAgentPoolProfileProperties.SecurityProfileEnableSecureBoot 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.
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.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableSecureBoot", Update=true)]
public bool? SecurityProfileEnableSecureBoot { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableSecureBoot", Update=true)>]
member this.SecurityProfileEnableSecureBoot : Nullable<bool> with get, set
Public Property SecurityProfileEnableSecureBoot As Nullable(Of Boolean)
Property Value
- Attributes