AutomaticTuningOptions.DesiredState Property

Definition

Gets or sets automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default'

[Newtonsoft.Json.JsonProperty(PropertyName="desiredState")]
public Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptionModeDesired? DesiredState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="desiredState")>]
member this.DesiredState : Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptionModeDesired> with get, set
Public Property DesiredState As Nullable(Of AutomaticTuningOptionModeDesired)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to