ServerAutomaticTuningInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServerAutomaticTuningInner() |
Initializes a new instance of the ServerAutomaticTuningInner class. |
ServerAutomaticTuningInner(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>) |
Initializes a new instance of the ServerAutomaticTuningInner class. |
ServerAutomaticTuningInner()
Initializes a new instance of the ServerAutomaticTuningInner class.
public ServerAutomaticTuningInner ();
Public Sub New ()
Applies to
ServerAutomaticTuningInner(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>)
Initializes a new instance of the ServerAutomaticTuningInner class.
public ServerAutomaticTuningInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode? desiredState = default, Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode? actualState = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerOptions> options = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServerAutomaticTuningInner : string * string * string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode> * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerMode> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Fluent.Models.AutomaticTuningServerOptions> -> Microsoft.Azure.Management.Sql.Fluent.Models.ServerAutomaticTuningInner
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
- name
- String
- type
- String
- 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'
Automatic tuning options definition.
Applies to
Azure SDK for .NET