ElasticPoolInner.Edition Property

Definition

Gets or sets the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium', 'GeneralPurpose', 'BusinessCritical'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to