DatabaseInner.ElasticPoolName Property

Definition

Gets or sets the name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.elasticPoolName")]
public string ElasticPoolName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.elasticPoolName")>]
member this.ElasticPoolName : string with get, set
Public Property ElasticPoolName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to