Enum AzureStorageAccountStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status of the storage account at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureStorageAccountStatus
Fields
Available = 1
The storage account was available.
The storage account was unavailable.
Unknown = 0
The status is unknown.