VMDiskSecurityProfile 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 profile settings for the managed disk. Note: It can only be set for Confidential VMs and required when using Confidential VMs.
public class VMDiskSecurityProfile : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.VMDiskSecurityProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.VMDiskSecurityProfile>
type VMDiskSecurityProfile = class
interface IJsonModel<VMDiskSecurityProfile>
interface IPersistableModel<VMDiskSecurityProfile>
Public Class VMDiskSecurityProfile
Implements IJsonModel(Of VMDiskSecurityProfile), IPersistableModel(Of VMDiskSecurityProfile)
- Inheritance
-
VMDiskSecurityProfile
- Implements
Constructors
VMDiskSecurityProfile() |
Initializes a new instance of VMDiskSecurityProfile. |
Properties
SecurityEncryptionType |
Specifies the EncryptionType of the managed disk. It is set to 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 and is required when using Confidential VMs. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VMDiskSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VMDiskSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VMDiskSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VMDiskSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VMDiskSecurityProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |