Uses of Enum
com.azure.resourcemanager.sql.models.AutomaticTuningOptionModeDesired
Packages that use AutomaticTuningOptionModeDesired
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of AutomaticTuningOptionModeDesired in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type AutomaticTuningOptionModeDesired in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumAutomatic tuning option desired state.Methods in com.azure.resourcemanager.sql.models that return AutomaticTuningOptionModeDesiredModifier and TypeMethodDescriptionAutomaticTuningOptions.desiredState()Get the desiredState property: Automatic tuning option desired state.AutomaticTuningServerOptions.desiredState()Get the desiredState property: Automatic tuning option desired state.AutomaticTuningOptionModeDesired.fromString(String value) Parses a serialized value to a AutomaticTuningOptionModeDesired instance.Returns the enum constant of this type with the specified name.static AutomaticTuningOptionModeDesired[]AutomaticTuningOptionModeDesired.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 AutomaticTuningOptionModeDesiredModifier and TypeMethodDescriptionSqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState) Sets the various SQL database automatic tuning options desired state.SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState) Sets the various SQL server automatic tuning options desired state.AutomaticTuningOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState) Set the desiredState property: Automatic tuning option desired state.AutomaticTuningServerOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState) Set the desiredState property: Automatic tuning option desired state.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type AutomaticTuningOptionModeDesiredModifier and TypeMethodDescriptionSqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String, AutomaticTuningOptionModeDesired> tuningOptions) Sets the various SQL database automatic tuning options desired state.SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String, AutomaticTuningOptionModeDesired> tuningOptions) Sets the various SQL server automatic tuning options desired state.