共用方式為


UefiSettings.VTpmEnabled Property

Definition

Gets or sets specifies whether vTPM should be enabled on the virtual machine.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to