Enum AzureAvailabilitySetSkuType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Azure availability set SKU type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureAvailabilitySetSkuType
Fields
Aligned = 2
The SKU type is aligned (managed).
Classic = 1
The SKU type is classic.
Unknown = 0
The SKU type is unknown.