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