SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode Interface

public interface WithAutomaticTuningMode

The update stage setting the SQL server automatic tuning desired state.

Method Summary

Modifier and Type Method and Description
SqlServerAutomaticTuning.Update withAutomaticTuningMode(AutomaticTuningServerMode desiredState)

Sets the SQL server automatic tuning desired state.

Method Details

withAutomaticTuningMode

public 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.

Applies to