UefiSettings.SecureBootEnabled プロパティ

定義

仮想マシンでセキュア ブートを有効にするかどうかを取得または設定します。 最小 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象