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 Classes Modifier and Type Interface Description static interfaceSqlServerAutomaticTuning.UpdateThe template for a SqlServerAutomaticTuning update operation, containing all the settings that can be modified.static interfaceSqlServerAutomaticTuning.UpdateStagesGrouping of all the SqlServerAutomaticTuning update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutomaticTuningServerModeactualState()AutomaticTuningServerModedesiredState()Map<String,AutomaticTuningServerOptions>tuningOptions()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
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
-
-