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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to