Uses of Enum
com.azure.resourcemanager.sql.models.AutomaticTuningServerMode
Packages that use AutomaticTuningServerMode
Package
Description
Package containing the inner data models for SqlManagementClient.
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 AutomaticTuningServerModeModifier and TypeMethodDescriptionAutomaticTuningServerProperties.actualState()Get the actualState property: Automatic tuning actual state.ServerAutomaticTuningInner.actualState()Get the actualState property: Automatic tuning actual state.AutomaticTuningServerProperties.desiredState()Get the desiredState property: Automatic tuning desired state.ServerAutomaticTuningInner.desiredState()Get the desiredState property: Automatic tuning desired state.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AutomaticTuningServerModeModifier and TypeMethodDescriptionAutomaticTuningServerProperties.withDesiredState(AutomaticTuningServerMode desiredState) Set the desiredState property: Automatic tuning desired state.ServerAutomaticTuningInner.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 AutomaticTuningServerModeModifier and TypeMethodDescriptionSqlServerAutomaticTuning.actualState()Gets the server automatic tuning actual state.SqlServerAutomaticTuning.desiredState()Gets the server automatic tuning desired state.static AutomaticTuningServerModeAutomaticTuningServerMode.fromString(String value) Parses a serialized value to a AutomaticTuningServerMode instance.static AutomaticTuningServerModeReturns 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 AutomaticTuningServerModeModifier and TypeMethodDescriptionSqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningMode.withAutomaticTuningMode(AutomaticTuningServerMode desiredState) Sets the SQL server automatic tuning desired state.