Enum AzureStorageAccountSkuTier
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SKU tier of the storage account.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureStorageAccountSkuTier
Fields
Premium = 2
The storage account tier is unknown.
Standard = 1
The storage account tier is standard.
Unknown = 0
The storage account tier is unknown.