Table of Contents

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

The disk state is active SAS.

ActiveSASFrozen = 6

The disk state is active SAS frozen.

ActiveUpload = 8

The disk state is active upload.

Attached = 2

The disk state is attached.

Frozen = 4

The disk state is frozen.

ReadyToUpload = 7

The disk state is ready to upload.

Reserved = 3

The disk state is reserved.

Unattached = 1

The disk state is unattached.

Unknown = 0

The disk state is unknown.