DatabaseAutomaticTuningInner.ActualState Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to