次の方法で共有


SecurityProfile.SecurityType プロパティ

定義

仮想マシンの SecurityType を取得または設定します。 UefiSettings を有効にするには、指定した値に設定する必要があります。 既定の動作は次のとおりです。このプロパティが設定されていない限り、UefiSettings は有効になりません。 使用できる値は、'TrustedLaunch'、'ConfidentialVM' です。

[Newtonsoft.Json.JsonProperty(PropertyName="securityType")]
public string SecurityType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityType")>]
member this.SecurityType : string with get, set
Public Property SecurityType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象