Share via


IUefiSettings.SecureBootEnabled Property

Definition

Specifies whether secure boot should be enabled on the virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Specifies whether secure boot should be enabled on the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="secureBootEnabled", Update=true)]
public bool? SecureBootEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Specifies whether secure boot should be enabled on the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="secureBootEnabled", Update=true)>]
member this.SecureBootEnabled : Nullable<bool> with get, set
Public Property SecureBootEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to