DatabaseEditions Class

 

Defines the valid editions of Azure SQL Databases.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions

Public NotInheritable Class DatabaseEditions

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBasic

System_CAPS_pubfieldSystem_CAPS_staticBusiness

The Business Edition Database is best suited for independent software vendors (ISVs), line-of-business (LOB) applications, and enterprise applications. This edition supports a database of up to 150 GB of data, in 10GB increments up to 50GB, and then 50 GB increments.

System_CAPS_pubfieldSystem_CAPS_staticPremium

The Premium Edition Database is for situations requiring a high number of transactionsper second (>100). Supports more users than Basic and Standard.

System_CAPS_pubfieldSystem_CAPS_staticStandard

The Standard Edition Database is best suited for a group of users makingfewer than 1000 transactions per minute.

System_CAPS_pubfieldSystem_CAPS_staticWeb

The Web Edition Database is best suited for small Web applications and workgroup or departmental applications. This edition supports a database with a maximum size of 1 or 5 GB of data.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: