Uses of Class
com.azure.resourcemanager.sql.models.AutomaticTuningServerMode
-
Packages that use AutomaticTuningServerMode Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of AutomaticTuningServerMode in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return AutomaticTuningServerMode Modifier and Type Method Description AutomaticTuningServerModeServerAutomaticTuningInner. actualState()Get the actualState property: Automatic tuning actual state.AutomaticTuningServerModeServerAutomaticTuningInner. desiredState()Get the desiredState property: Automatic tuning desired state.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AutomaticTuningServerMode Modifier and Type Method Description ServerAutomaticTuningInnerServerAutomaticTuningInner. withDesiredState(AutomaticTuningServerMode desiredState)Set the desiredState property: Automatic tuning desired state. -
Uses of AutomaticTuningServerMode in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return AutomaticTuningServerMode Modifier and Type Method Description AutomaticTuningServerModeSqlServerAutomaticTuning. actualState()AutomaticTuningServerModeSqlServerAutomaticTuning. desiredState()static AutomaticTuningServerModeAutomaticTuningServerMode. fromString(String value)Parses a serialized value to a AutomaticTuningServerMode instance.static AutomaticTuningServerModeAutomaticTuningServerMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticTuningServerMode[]AutomaticTuningServerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type AutomaticTuningServerMode Modifier and Type Method Description SqlServerAutomaticTuning.UpdateSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode. withAutomaticTuningMode(AutomaticTuningServerMode desiredState)Sets the SQL server automatic tuning desired state.
-