Interface SqlDatabaseAutomaticTuning
- All Superinterfaces:
HasInnerModel<DatabaseAutomaticTuningInner>,Refreshable<SqlDatabaseAutomaticTuning>,Updatable<SqlDatabaseAutomaticTuning.Update>
public interface SqlDatabaseAutomaticTuning
extends HasInnerModel<DatabaseAutomaticTuningInner>, Refreshable<SqlDatabaseAutomaticTuning>, Updatable<SqlDatabaseAutomaticTuning.Update>
An immutable client-side representation of an Azure SQL database automatic tuning object.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe template for a SqlDatabaseAutomaticTuning update operation, containing all the settings that can be modified.static interfaceGrouping of all the SqlDatabaseAutomaticTuning 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
AutomaticTuningMode desiredState()- Returns:
- the database automatic tuning desired state
-
actualState
AutomaticTuningMode actualState()- Returns:
- the database automatic tuning actual state
-
tuningOptions
Map<String,AutomaticTuningOptions> tuningOptions()- Returns:
- the database automatic tuning individual options
-