Share via


DiskSecurityType Enum

Definition

Specifies the SecurityType of the VM. Applicable for OS disks only.

public enum DiskSecurityType
type DiskSecurityType = 
Public Enum DiskSecurityType
Inheritance
DiskSecurityType

Fields

Name Value Description
TrustedLaunch 0

Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM).

ConfidentialVmGuestStateOnlyEncryptedWithPlatformKey 1

Indicates Confidential VM disk with only VM guest state encrypted.

ConfidentialVmDiskEncryptedWithPlatformKey 2

Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a platform managed key.

ConfidentialVmDiskEncryptedWithCustomerKey 3

Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a customer managed key.

ConfidentialVmNonPersistedTPM 4

Indicates Confidential VM disk with a ephemeral vTPM. vTPM state is not persisted across VM reboots.

Applies to