Table of Contents

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 = 2

The edition is basic.

BusinessCritical = 3

The edition is business critical.

DataWarehouse = 4

The edition is data warehouse.

Free = 5

The edition is free.

GeneralPurpose = 6

The edition is general purpose.

Hyperscale = 7

The edition is hyperscale.

None = 1

The edition is none.

Premium = 8

The edition is premium.

Standard = 9

The edition is standard.

Stretch = 10

The edition is stretch.

System = 11

The edition is system.

Unknown = 0

The edition is unknown.