Enum AzureSqlDatabaseEdition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the edition of an Azure SQL database.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlDatabaseEdition
Fields
Basic = 2The edition is basic.
BusinessCritical = 3The edition is business critical.
DataWarehouse = 4The edition is data warehouse.
Free = 5The edition is free.
GeneralPurpose = 6The edition is general purpose.
Hyperscale = 7The edition is hyperscale.
None = 1The edition is none.
Premium = 8The edition is premium.
Standard = 9The edition is standard.
Stretch = 10The edition is stretch.
System = 11The edition is system.
Unknown = 0The edition is unknown.