Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerAutomaticTuning.Update
-
Packages that use SqlServerAutomaticTuning.Update Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlServerAutomaticTuning.Update in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlServerAutomaticTuning.Update Modifier and Type Method Description SqlServerAutomaticTuning.UpdateSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode. withAutomaticTuningMode(AutomaticTuningServerMode desiredState)Sets the SQL server automatic tuning desired state.SqlServerAutomaticTuning.UpdateSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions. withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)Sets the various SQL server automatic tuning options desired state.SqlServerAutomaticTuning.UpdateSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions. withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)Sets the various SQL server automatic tuning options desired state.
-