ServerAutomaticTuningInner.DesiredState Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to