Table of Contents

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 = 3

The encryption type is encryption at-rest with a customer-managed key.

EncryptionAtRestWithPlatformAndCustomerKeys = 4

The encryption type is double encryption with platform-managed and customer-managed keys.

EncryptionAtRestWithPlatformKey = 2

The encryption type is encryption at-rest with a platform-managed key.

NotApplicable = 1

The encryption type is not applicable.

Unknown = 0

The encryption type is unknown.