Share via


VirtualMachineDiskSecurityProfile Class

Definition

Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.

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

Constructors

VirtualMachineDiskSecurityProfile()

Initializes a new instance of VirtualMachineDiskSecurityProfile.

Properties

DiskEncryptionSetId

Gets or sets Id.

SecurityEncryptionType

Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. Note: It can be set for only Confidential VMs.

Explicit Interface Implementations

IJsonModel<VirtualMachineDiskSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineDiskSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineDiskSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineDiskSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineDiskSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to