RecommendedIndex.Action Property

Definition

Gets the proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance. Possible values include: 'Create', 'Drop', 'Rebuild'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexAction? Action { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.action")>]
member this.Action : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexAction>
Public ReadOnly Property Action As Nullable(Of RecommendedIndexAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to