DiskEncryptionSetType Enum
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.
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. |