SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions Interface

public interface WithAutomaticTuningOptions

The update stage setting the server automatic tuning options.

Method Summary

Modifier and Type Method and Description
SqlServerAutomaticTuning.Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)

Sets the various SQL server automatic tuning options desired state.

SqlServerAutomaticTuning.Update withAutomaticTuningOptions(Map<String, AutomaticTuningOptionModeDesired> tuningOptions)

Sets the various SQL server automatic tuning options desired state.

Method Details

withAutomaticTuningOption

public Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)

Sets the various SQL server automatic tuning options desired state.

Parameters:

tuningOptionName - tuning option name
desiredState - the desired state

Returns:

Next stage of the update.

withAutomaticTuningOptions

public Update withAutomaticTuningOptions(Map tuningOptions)

Sets the various SQL server automatic tuning options desired state.

Parameters:

tuningOptions - the tuning options

Returns:

Next stage of the update.

Applies to