Interface SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode
- All Known Subinterfaces:
SqlDatabaseAutomaticTuning.Update
- Enclosing interface:
- SqlDatabaseAutomaticTuning.UpdateStages
public static interface SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode
The update stage setting the database automatic tuning desired state.
-
Method Summary
Modifier and TypeMethodDescriptionwithAutomaticTuningMode
(AutomaticTuningMode desiredState) Sets the SQL database automatic tuning desired state.
-
Method Details
-
withAutomaticTuningMode
Sets the SQL database automatic tuning desired state.- Parameters:
desiredState
- the server automatic tuning desired state- Returns:
- Next stage of the update.
-