Uses of Interface
com.microsoft.azure.management.sql.SqlServerAutomaticTuning.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlServerAutomaticTuning.Update in com.microsoft.azure.management.sql
Modifier 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.