Share via


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.Compute.Batch.BatchUefiSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchUefiSettings>
type BatchUefiSettings = class
    interface IJsonModel<BatchUefiSettings>
    interface IPersistableModel<BatchUefiSettings>
Public Class BatchUefiSettings
Implements IJsonModel(Of BatchUefiSettings), IPersistableModel(Of BatchUefiSettings)
Inheritance
BatchUefiSettings
Implements

Constructors

BatchUefiSettings()

Initializes a new instance of BatchUefiSettings.

Properties

SecureBootEnabled

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

VTpmEnabled

Specifies whether vTPM should be enabled on the virtual machine.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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