Enum AzureVirtualMachineAzureDiskEncryptionState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Azure disk encryption (ADE) state of the disks configured for an Azure virtual machine.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachineAzureDiskEncryptionState
Fields
DecryptionInProgress = 4The specified disk or disks are being decrypted.
Encrypted = 1The specified disk or disks are encrypted.
EncryptionInProgress = 5The specified disk or disks are being encrypted.
NotEncrypted = 2The specified disk or disks are not encrypted.
NotMounted = 3The specified disk or disks are not mounted.
Unknown = 0The encryption state is unknown,
VMRestartPending = 6The specified disk or disks are pending a virtual machine restart.