Interface SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode
-
- All Known Subinterfaces:
SqlServerAutomaticTuning.Update
- Enclosing interface:
- SqlServerAutomaticTuning.UpdateStages
public static interface SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningModeThe update stage setting the SQL server automatic tuning desired state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerAutomaticTuning.UpdatewithAutomaticTuningMode(AutomaticTuningServerMode desiredState)Sets the SQL server automatic tuning desired state.
-
-
-
Method Detail
-
withAutomaticTuningMode
SqlServerAutomaticTuning.Update withAutomaticTuningMode(AutomaticTuningServerMode desiredState)
Sets the SQL server automatic tuning desired state.- Parameters:
desiredState- the server automatic tuning desired state- Returns:
- Next stage of the update.
-
-