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 = 4
The specified disk or disks are being decrypted.
Encrypted = 1
The specified disk or disks are encrypted.
EncryptionInProgress = 5
The specified disk or disks are being encrypted.
NotEncrypted = 2
The specified disk or disks are not encrypted.
NotMounted = 3
The specified disk or disks are not mounted.
Unknown = 0
The encryption state is unknown,
VMRestartPending = 6
The specified disk or disks are pending a virtual machine restart.