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
Automatic |
actualState()
Gets the database automatic tuning actual state. |
abstract
Automatic |
desiredState()
Gets the database automatic tuning desired state. |
abstract
Map<String,Automatic |
tuningOptions()
Gets the database automatic tuning individual options. |
Method Details
actualState
public abstract AutomaticTuningMode actualState()
Gets the database automatic tuning actual state.
Returns:
desiredState
public abstract AutomaticTuningMode desiredState()
Gets the database automatic tuning desired state.
Returns:
tuningOptions
public abstract Map
Gets the database automatic tuning individual options.
Returns: