Database.Edition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the edition of the database. If createMode is OnlineSecondary, this value is ignored.To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: "Capabilities_ListByLocation." or use the Azure CLI command az sql db list-editions -l westus --query[].name. Possible values include: 'Web', 'Business', 'Basic', 'Standard', 'Premium', 'PremiumRS', 'Free', 'Stretch', 'DataWarehouse', 'System', 'System2'
[Newtonsoft.Json.JsonIgnore]
public string Edition { get; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Edition : string
Public ReadOnly Property Edition As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute
Applies to
Azure SDK for .NET