Enum AzureDiskSkuType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SKU type for a managed disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureDiskSkuType
Fields
PremiumLrs = 2
The SKU type is premium LRS.
PremiumZrs = 5
The SKU type is premium ZRS.
StandardLrs = 1
The SKU type is standard LRS.
StandardSsdLrs = 3
The SKU type is standard SSD LRS.
StandardSsdZrs = 6
The SKU type is standard SSD ZRS.
UltraSsdLrs = 4
The SKU type is ultra SSD LRS.
Unknown = 0
The SKU type is unknown.