Compartir a través de


ServerAutomaticTuning.DesiredState Propiedad

Definición

Obtiene o establece el estado deseado de ajuste automático. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a