次の方法で共有


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 tuningOptions()

Gets the server automatic tuning individual options.

Returns:

the server automatic tuning individual options

Applies to