次の方法で共有


AutomaticTuningServerOptions.ActualState プロパティ

定義

自動チューニング オプションの実際の状態を取得します。 指定できる値は、'Off'、'On' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象