ServerAutomaticTuning.Options Property

Definition

Gets or sets automatic tuning options definition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to