Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerAutomaticTuning.Update
Packages that use SqlServerAutomaticTuning.Update
Package
Description
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.UpdateModifier and TypeMethodDescriptionSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningServerMode desiredState) Sets the SQL server automatic tuning desired state.SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState) Sets the various SQL server automatic tuning options desired state.SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String, AutomaticTuningOptionModeDesired> tuningOptions) Sets the various SQL server automatic tuning options desired state.