次の方法で共有


ServerAutomaticTuning.DesiredState プロパティ

定義

目的の状態の自動チューニングを取得または設定します。 指定できる値は、'Custom'、'Auto'、'Unspecified' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象