Aracılığıyla paylaş


NodeType.SecureBootEnabled Property

Definition

Gets or sets specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch SecurityType

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to