Uses of Enum Class
com.microsoft.azure.management.sql.AutomaticTuningServerMode
Packages that use AutomaticTuningServerMode
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of AutomaticTuningServerMode in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return AutomaticTuningServerModeModifier and TypeMethodDescriptionSqlServerAutomaticTuning.actualState()SqlServerAutomaticTuning.desiredState()static AutomaticTuningServerModeAutomaticTuningServerMode.fromString(String value) Parses a serialized value to a AutomaticTuningServerMode instance.static AutomaticTuningServerModeReturns the enum constant of this class with the specified name.static AutomaticTuningServerMode[]AutomaticTuningServerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.sql with parameters of type AutomaticTuningServerModeModifier and TypeMethodDescriptionSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningServerMode desiredState) Sets the SQL server automatic tuning desired state.