RecommendedElasticPoolListResponse.RecommendedElasticPools 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.
Optional. Gets or sets the list of Azure Sql Recommended Elastic Pools hosted in the server.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPool> RecommendedElasticPools { get; set; }
member this.RecommendedElasticPools : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPool> with get, set
Public Property RecommendedElasticPools As IList(Of RecommendedElasticPool)