次の方法で共有


AutomaticTuningServerOptions.DesiredState プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="desiredState")]
public Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptionModeDesired? DesiredState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="desiredState")>]
member this.DesiredState : Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptionModeDesired> with get, set
Public Property DesiredState As Nullable(Of AutomaticTuningOptionModeDesired)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象