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