Uses of Class
com.azure.resourcemanager.sql.models.AutomaticTuningServerOptions
-
Packages that use AutomaticTuningServerOptions 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 AutomaticTuningServerOptions in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type AutomaticTuningServerOptions Modifier and Type Method Description Map<String,AutomaticTuningServerOptions>ServerAutomaticTuningInner. options()Get the options property: Automatic tuning options definition.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type AutomaticTuningServerOptions Modifier and Type Method Description ServerAutomaticTuningInnerServerAutomaticTuningInner. 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 AutomaticTuningServerOptions Modifier and Type Method Description AutomaticTuningServerOptionsAutomaticTuningServerOptions. 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 AutomaticTuningServerOptions Modifier and Type Method Description Map<String,AutomaticTuningServerOptions>SqlServerAutomaticTuning. tuningOptions()
-