DiskEncryptionSetType Enum

Definition

The type of key used to encrypt the data of the disk.

public enum DiskEncryptionSetType
type DiskEncryptionSetType = 
Public Enum DiskEncryptionSetType
Inheritance
DiskEncryptionSetType

Fields

Name Value Description
EncryptionAtRestWithCustomerKey 0

Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer.

EncryptionAtRestWithPlatformAndCustomerKeys 1

Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed.

ConfidentialVmEncryptedWithCustomerKey 2

Confidential VM supported disk and VM guest state would be encrypted with customer managed key.

Applies to