UefiSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
public class UefiSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.UefiSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.UefiSettings>
type UefiSettings = class
interface IJsonModel<UefiSettings>
interface IPersistableModel<UefiSettings>
Public Class UefiSettings
Implements IJsonModel(Of UefiSettings), IPersistableModel(Of UefiSettings)
- Inheritance
-
UefiSettings
- Implements
Constructors
| Name | Description |
|---|---|
| UefiSettings() |
Initializes a new instance of UefiSettings. |
Properties
| Name | Description |
|---|---|
| IsSecureBootEnabled |
Specifies whether secure boot should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01. |
| IsVirtualTpmEnabled |
Specifies whether vTPM should be enabled on the virtual machine. Minimum compute api-version: 2020-12-01. |