RecommendedIndex.Action Property
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.
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)
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: