UefiSettings.SecureBootEnabled Property

Definition

Gets or sets specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

[Newtonsoft.Json.JsonProperty(PropertyName="secureBootEnabled")]
public bool? SecureBootEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secureBootEnabled")>]
member this.SecureBootEnabled : Nullable<bool> with get, set
Public Property SecureBootEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to