BatchSecurityProfile Class

Definition

Specifies the security profile settings for the virtual machine or virtual machine scale set.

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

Constructors

BatchSecurityProfile()

Initializes a new instance of BatchSecurityProfile.

Properties

EncryptionAtHost

This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

SecurityType

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.

UefiSettings

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

Explicit Interface Implementations

IJsonModel<BatchSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to