SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode Interface
public static interface SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode
The update stage setting the database automatic tuning desired state.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withAutomaticTuningMode(AutomaticTuningMode desiredState)
Sets the SQL database automatic tuning desired state. |
Method Details
withAutomaticTuningMode
public abstract SqlDatabaseAutomaticTuning.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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java