Interface SqlServerAutomaticTuning
- All Superinterfaces:
HasInnerModel<ServerAutomaticTuningInner>, Refreshable<SqlServerAutomaticTuning>, Updatable<SqlServerAutomaticTuning.Update>
public interface SqlServerAutomaticTuning
extends HasInnerModel<ServerAutomaticTuningInner>, Refreshable<SqlServerAutomaticTuning>, Updatable<SqlServerAutomaticTuning.Update>
An immutable client-side representation of an Azure SQL Server automatic tuning object.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe template for a SqlServerAutomaticTuning update operation, containing all the settings that can be modified.static interfaceGrouping of all the SqlServerAutomaticTuning update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the server automatic tuning actual state.Gets the server automatic tuning desired state.Gets the server automatic tuning individual options.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
desiredState
AutomaticTuningServerMode desiredState()Gets the server automatic tuning desired state.- Returns:
- the server automatic tuning desired state
-
actualState
AutomaticTuningServerMode actualState()Gets the server automatic tuning actual state.- Returns:
- the server automatic tuning actual state
-
tuningOptions
Map<String, AutomaticTuningServerOptions> tuningOptions()Gets the server automatic tuning individual options.- Returns:
- the server automatic tuning individual options
-