SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode Interface
public static interface SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode
The update stage setting the SQL server automatic tuning desired state.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withAutomaticTuningMode(AutomaticTuningServerMode desiredState)
Sets the SQL server automatic tuning desired state. |
Method Details
withAutomaticTuningMode
public abstract SqlServerAutomaticTuning.Update withAutomaticTuningMode(AutomaticTuningServerMode desiredState)
Sets the SQL server automatic tuning desired state.
Parameters:
desiredState
- the server automatic tuning desired state
Returns:
Next stage of the update.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java