次の方法で共有


DatabaseAutomaticTuning.DesiredState プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象