DatabaseUpdateInner.RecommendedIndex Property

Definition

Gets the recommended indices for this database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to