Share via


SecurityProfile.UefiSettings Property

Definition

Gets or sets specifies the security settings like secure boot and vTPM used while creating the virtual machine.

[Newtonsoft.Json.JsonProperty(PropertyName="uefiSettings")]
public Microsoft.Azure.Batch.Protocol.Models.UefiSettings UefiSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uefiSettings")>]
member this.UefiSettings : Microsoft.Azure.Batch.Protocol.Models.UefiSettings with get, set
Public Property UefiSettings As UefiSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

Applies to