SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions Interface

public static interface SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions

The update stage setting the server automatic tuning options.

Method Summary

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

Sets the various SQL server automatic tuning options desired state.

abstract Update withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)

Sets the various SQL server automatic tuning options desired state.

Method Details

withAutomaticTuningOption

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