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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java