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 = 2The SKU type is premium LRS.
PremiumZrs = 5The SKU type is premium ZRS.
StandardLrs = 1The SKU type is standard LRS.
StandardSsdLrs = 3The SKU type is standard SSD LRS.
StandardSsdZrs = 6The SKU type is standard SSD ZRS.
UltraSsdLrs = 4The SKU type is ultra SSD LRS.
Unknown = 0The SKU type is unknown.