DatabaseInner.Edition Property

Definition

Gets or sets the edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.

The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation REST API or one of the following commands:

az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>

. Possible values include: 'Web', 'Business', 'Basic', 'Standard', 'Premium', 'PremiumRS', 'Free', 'Stretch', 'DataWarehouse', 'System', 'System2', 'GeneralPurpose', 'BusinessCritical', 'Hyperscale'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.edition")]
public Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition Edition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.edition")>]
member this.Edition : Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition with get, set
Public Property Edition As DatabaseEdition

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to