ServerAutomaticTuning.ActualState Property

Definition

Gets automatic tuning actual state. Possible values include: 'Custom', 'Auto', 'Unspecified'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to