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 TypeMethodDescriptionMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
desiredState
AutomaticTuningServerMode desiredState()- Returns:
- the server automatic tuning desired state
-
actualState
AutomaticTuningServerMode actualState()- Returns:
- the server automatic tuning actual state
-
tuningOptions
Map<String,AutomaticTuningServerOptions> tuningOptions()- Returns:
- the server automatic tuning individual options
-