Uses of Class
com.azure.resourcemanager.sql.models.AutomaticTuningOptions
Packages that use AutomaticTuningOptions
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AutomaticTuningOptions in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type AutomaticTuningOptionsModifier and TypeMethodDescriptionDatabaseAutomaticTuningInner.options()Get the options property: Automatic tuning options definition.DatabaseAutomaticTuningProperties.options()Get the options property: Automatic tuning options definition.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type AutomaticTuningOptionsModifier and TypeMethodDescriptionDatabaseAutomaticTuningInner.withOptions(Map<String, AutomaticTuningOptions> options) Set the options property: Automatic tuning options definition.DatabaseAutomaticTuningProperties.withOptions(Map<String, AutomaticTuningOptions> options) Set the options property: Automatic tuning options definition. -
Uses of AutomaticTuningOptions in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type AutomaticTuningOptionsModifier and TypeClassDescriptionfinal classAutomatic tuning properties for individual advisors.Methods in com.azure.resourcemanager.sql.models that return AutomaticTuningOptionsModifier and TypeMethodDescriptionstatic AutomaticTuningOptionsAutomaticTuningOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutomaticTuningOptions from the JsonReader.AutomaticTuningOptions.withDesiredState(AutomaticTuningOptionModeDesired desiredState) Set the desiredState property: Automatic tuning option desired state.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type AutomaticTuningOptionsModifier and TypeMethodDescriptionSqlDatabaseAutomaticTuning.tuningOptions()Gets the database automatic tuning individual options.