DatabaseAutomaticTuning.DesiredState Property

Definition

Gets or sets automatic tuning desired state. Possible values include: 'Inherit', 'Custom', 'Auto', 'Unspecified'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to