Interface SqlDatabaseAutomaticTuning
- All Superinterfaces:
HasInner<com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningInner>
,Refreshable<SqlDatabaseAutomaticTuning>
,Updatable<SqlDatabaseAutomaticTuning.Update>
@Beta(V1_8_0)
public interface SqlDatabaseAutomaticTuning
extends HasInner<com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningInner>, Refreshable<SqlDatabaseAutomaticTuning>, Updatable<SqlDatabaseAutomaticTuning.Update>
An immutable client-side representation of an Azure SQL database automatic tuning object.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The template for a SqlDatabaseAutomaticTuning update operation, containing all the settings that can be modified.static interface
Grouping of all the SqlDatabaseAutomaticTuning update stages. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.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
-