AutomaticTuningOptions.ActualState Property

Definition

Gets automatic tuning option actual state. Possible values include: 'Off', 'On'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to