BatchUefiSettings Class

Definition

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

public class BatchUefiSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchUefiSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchUefiSettings>
public class BatchUefiSettings
type BatchUefiSettings = class
    interface IJsonModel<BatchUefiSettings>
    interface IPersistableModel<BatchUefiSettings>
type BatchUefiSettings = class
Public Class BatchUefiSettings
Implements IJsonModel(Of BatchUefiSettings), IPersistableModel(Of BatchUefiSettings)
Public Class BatchUefiSettings
Inheritance
BatchUefiSettings
Implements

Constructors

BatchUefiSettings()

Initializes a new instance of BatchUefiSettings.

Properties

IsSecureBootEnabled

Specifies whether secure boot should be enabled on the virtual machine.

IsVTpmEnabled

Specifies whether vTPM should be enabled on the virtual machine.

Explicit Interface Implementations

IJsonModel<BatchUefiSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchUefiSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchUefiSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchUefiSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchUefiSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to