次の方法で共有


DatabaseAutomaticTuning.Options プロパティ

定義

自動チューニング オプションの定義を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.options")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptions> Options { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.options")>]
member this.Options : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Models.AutomaticTuningOptions> with get, set
Public Property Options As IDictionary(Of String, AutomaticTuningOptions)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象