AutomaticTuningOptions.ReasonDesc Property

Definition

Gets reason description if desired and actual state are different. Possible values include: 'Default', 'Disabled', 'AutoConfigured', 'InheritedFromServer', 'QueryStoreOff', 'QueryStoreReadOnly', 'NotSupported'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to