次の方法で共有


ServerAutomaticTuning.ActualState プロパティ

定義

自動チューニングの実際の状態を取得します。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象