ServerAutomaticTuning Constructors

Definition

Overloads

ServerAutomaticTuning()

Initializes a new instance of the ServerAutomaticTuning class.

ServerAutomaticTuning(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>)

Initializes a new instance of the ServerAutomaticTuning class.

ServerAutomaticTuning()

Initializes a new instance of the ServerAutomaticTuning class.

public ServerAutomaticTuning ();
Public Sub New ()

Applies to

ServerAutomaticTuning(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>)

Initializes a new instance of the ServerAutomaticTuning class.

public ServerAutomaticTuning (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode? desiredState = default, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode? actualState = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerOptions> options = default);
new Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning : string * string * string * Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode> * Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerOptions> -> Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional desiredState As Nullable(Of AutomaticTuningServerMode) = Nothing, Optional actualState As Nullable(Of AutomaticTuningServerMode) = Nothing, Optional options As IDictionary(Of String, AutomaticTuningServerOptions) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

desiredState
Nullable<AutomaticTuningServerMode>

Automatic tuning desired state. Possible values include: 'Custom', 'Auto', 'Unspecified'

actualState
Nullable<AutomaticTuningServerMode>

Automatic tuning actual state. Possible values include: 'Custom', 'Auto', 'Unspecified'

options
IDictionary<String,AutomaticTuningServerOptions>

Automatic tuning options definition.

Applies to