Uses of Class
com.azure.resourcemanager.sql.fluent.models.AutomaticTuningServerProperties
Packages that use AutomaticTuningServerProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of AutomaticTuningServerProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type AutomaticTuningServerPropertiesModifier and TypeClassDescriptionfinal classServer-level Automatic Tuning properties.Methods in com.azure.resourcemanager.sql.fluent.models that return AutomaticTuningServerPropertiesModifier and TypeMethodDescriptionAutomaticTuningServerProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutomaticTuningServerProperties from the JsonReader.AutomaticTuningServerProperties.withDesiredState(AutomaticTuningServerMode desiredState) Set the desiredState property: Automatic tuning desired state.AutomaticTuningServerProperties.withOptions(Map<String, AutomaticTuningServerOptions> options) Set the options property: Automatic tuning options definition.