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

SqlDatabaseAutomaticTuning Interface

Implements

public interface SqlDatabaseAutomaticTuning
extends HasInnerModel<DatabaseAutomaticTuningInner>, Refreshable<SqlDatabaseAutomaticTuning>, Updatable<Update>

An immutable client-side representation of an Azure SQL database automatic tuning object.

Method Summary

Modifier and Type Method and Description
abstract AutomaticTuningMode actualState()

Gets the database automatic tuning actual state.

abstract AutomaticTuningMode desiredState()

Gets the database automatic tuning desired state.

abstract Map<String,AutomaticTuningOptions> tuningOptions()

Gets the database automatic tuning individual options.

Method Details

actualState

public abstract AutomaticTuningMode actualState()

Gets the database automatic tuning actual state.

Returns:

the database automatic tuning actual state

desiredState

public abstract AutomaticTuningMode desiredState()

Gets the database automatic tuning desired state.

Returns:

the database automatic tuning desired state

tuningOptions

public abstract Map<String,AutomaticTuningOptions> tuningOptions()

Gets the database automatic tuning individual options.

Returns:

the database automatic tuning individual options

Applies to