SecurityEncryptionType Struct

Definition

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.

public readonly struct SecurityEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.SecurityEncryptionType>
type SecurityEncryptionType = struct
Public Structure SecurityEncryptionType
Implements IEquatable(Of SecurityEncryptionType)
Inheritance
SecurityEncryptionType
Implements

Constructors

SecurityEncryptionType(String)

Initializes a new instance of SecurityEncryptionType.

Properties

DiskWithVmGuestState

DiskWithVMGuestState.

NonPersistedTPM

NonPersistedTPM.

VmGuestStateOnly

VMGuestStateOnly.

Methods

Equals(SecurityEncryptionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SecurityEncryptionType, SecurityEncryptionType)

Determines if two SecurityEncryptionType values are the same.

Implicit(String to SecurityEncryptionType)

Converts a string to a SecurityEncryptionType.

Inequality(SecurityEncryptionType, SecurityEncryptionType)

Determines if two SecurityEncryptionType values are not the same.

Applies to