SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode Interface
public interface WithAutomaticTuningMode
The update stage setting the database automatic tuning desired state.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withAutomaticTuningMode(AutomaticTuningMode desiredState)
Sets the SQL database automatic tuning desired state. |
Method Details
withAutomaticTuningMode
public Update withAutomaticTuningMode(AutomaticTuningMode desiredState)
Sets the SQL database automatic tuning desired state.
Parameters:
desiredState
- the server automatic tuning desired state
Returns:
Next stage of the update.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java