Enum AzureDiskState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of an Azure managed disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureDiskState
Fields
ActiveSAS = 5The disk state is active SAS.
ActiveSASFrozen = 6The disk state is active SAS frozen.
ActiveUpload = 8The disk state is active upload.
Attached = 2The disk state is attached.
Frozen = 4The disk state is frozen.
ReadyToUpload = 7The disk state is ready to upload.
Reserved = 3The disk state is reserved.
Unattached = 1The disk state is unattached.
Unknown = 0The disk state is unknown.