通过


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

SqlServerAutomaticTuning Interface

Implements

public interface SqlServerAutomaticTuning
extends HasInnerModel<ServerAutomaticTuningInner>, Refreshable<SqlServerAutomaticTuning>, Updatable<Update>

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

Method Summary

Modifier and Type Method and Description
abstract AutomaticTuningServerMode actualState()

Gets the server automatic tuning actual state.

abstract AutomaticTuningServerMode desiredState()

Gets the server automatic tuning desired state.

abstract Map<String,AutomaticTuningServerOptions> tuningOptions()

Gets the server automatic tuning individual options.

Method Details

actualState

public abstract AutomaticTuningServerMode actualState()

Gets the server automatic tuning actual state.

Returns:

the server automatic tuning actual state

desiredState

public abstract AutomaticTuningServerMode desiredState()

Gets the server automatic tuning desired state.

Returns:

the server automatic tuning desired state

tuningOptions

public abstract Map<String,AutomaticTuningServerOptions> tuningOptions()

Gets the server automatic tuning individual options.

Returns:

the server automatic tuning individual options

Applies to