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
Automatic |
actualState()
Gets the server automatic tuning actual state. |
abstract
Automatic |
desiredState()
Gets the server automatic tuning desired state. |
abstract
Map<String,Automatic |
tuningOptions()
Gets the server automatic tuning individual options. |
Method Details
actualState
public abstract AutomaticTuningServerMode actualState()
Gets the server automatic tuning actual state.
Returns:
desiredState
public abstract AutomaticTuningServerMode desiredState()
Gets the server automatic tuning desired state.
Returns:
tuningOptions
public abstract Map
Gets the server automatic tuning individual options.
Returns:
Applies to
Azure SDK for Java