NewOrUpdateAgentPoolBase.EnableSecureBoot 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.
[System.Management.Automation.Parameter(HelpMessage="The 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.", Mandatory=false)]
public System.Management.Automation.SwitchParameter EnableSecureBoot { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The 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.", Mandatory=false)>]
member this.EnableSecureBoot : System.Management.Automation.SwitchParameter with get, set
Public Property EnableSecureBoot As SwitchParameter
Property Value
- Attributes