共用方式為


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

Gets the database automatic tuning individual options.

Returns:

the database automatic tuning individual options

Applies to