通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 - the tuning option name
desiredState - the desired state of tuning option

Returns:

Next stage of the update.

withAutomaticTuningOptions

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

Sets the various SQL server automatic tuning options desired state.

Parameters:

tuningOptions - the tuning option names and desired states

Returns:

Next stage of the update.

Applies to