RecommendedElasticPoolInner.Databases Property

Definition

Gets the list of databases in this pool. Expanded property

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner> Databases { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")>]
member this.Databases : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner>
Public ReadOnly Property Databases As IList(Of DatabaseInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to