次の方法で共有


AutomaticTuningServerOptions.ActualState プロパティ

定義

自動チューニング オプションの実際の状態を取得します。 使用可能な値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象