Uses of Class
com.azure.resourcemanager.sql.models.AutomaticTuningServerOptions
Packages that use AutomaticTuningServerOptions
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AutomaticTuningServerOptions in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type AutomaticTuningServerOptionsModifier and TypeMethodDescriptionAutomaticTuningServerProperties.options()Get the options property: Automatic tuning options definition.ServerAutomaticTuningInner.options()Get the options property: Automatic tuning options definition.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type AutomaticTuningServerOptionsModifier and TypeMethodDescriptionAutomaticTuningServerProperties.withOptions(Map<String, AutomaticTuningServerOptions> options) Set the options property: Automatic tuning options definition.ServerAutomaticTuningInner.withOptions(Map<String, AutomaticTuningServerOptions> options) Set the options property: Automatic tuning options definition. -
Uses of AutomaticTuningServerOptions in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return AutomaticTuningServerOptionsModifier and TypeMethodDescriptionstatic AutomaticTuningServerOptionsAutomaticTuningServerOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutomaticTuningServerOptions from the JsonReader.AutomaticTuningServerOptions.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 AutomaticTuningServerOptionsModifier and TypeMethodDescriptionSqlServerAutomaticTuning.tuningOptions()Gets the server automatic tuning individual options.