Uses of Enum Class
com.microsoft.azure.management.sql.AutomaticTuningMode
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of AutomaticTuningMode in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlDatabaseAutomaticTuning.actualState()
SqlDatabaseAutomaticTuning.desiredState()
static AutomaticTuningMode
AutomaticTuningMode.fromString
(String value) Parses a serialized value to a AutomaticTuningMode instance.static AutomaticTuningMode
Returns the enum constant of this class with the specified name.static AutomaticTuningMode[]
AutomaticTuningMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode
(AutomaticTuningMode desiredState) Sets the SQL database automatic tuning desired state.