Uses of Enum Class
com.microsoft.azure.management.sql.AutomaticTuningServerMode
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of AutomaticTuningServerMode in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlServerAutomaticTuning.actualState()
SqlServerAutomaticTuning.desiredState()
static AutomaticTuningServerMode
AutomaticTuningServerMode.fromString
(String value) Parses a serialized value to a AutomaticTuningServerMode instance.static AutomaticTuningServerMode
Returns 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.Modifier and TypeMethodDescriptionSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode
(AutomaticTuningServerMode desiredState) Sets the SQL server automatic tuning desired state.