Interface SqlServerAutomaticTuning
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ServerAutomaticTuningInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<SqlServerAutomaticTuning>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<SqlServerAutomaticTuning.Update>
public interface SqlServerAutomaticTuning
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ServerAutomaticTuningInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<SqlServerAutomaticTuning>, com.azure.resourcemanager.resources.fluentcore.model.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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
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
-