Enum AzureDiskServerSideEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the encryption type of a managed disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureDiskServerSideEncryptionType
Fields
EncryptionAtRestWithCustomerKey = 3The encryption type is encryption at-rest with a customer-managed key.
EncryptionAtRestWithPlatformAndCustomerKeys = 4The encryption type is double encryption with platform-managed and customer-managed keys.
EncryptionAtRestWithPlatformKey = 2The encryption type is encryption at-rest with a platform-managed key.
NotApplicable = 1The encryption type is not applicable.
Unknown = 0The encryption type is unknown.