Uses of Class
com.azure.resourcemanager.sql.models.RecommendedIndexAction
-
Packages that use RecommendedIndexAction Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of RecommendedIndexAction in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return RecommendedIndexAction Modifier and Type Method Description static RecommendedIndexActionRecommendedIndexAction. fromString(String value)Parses a serialized value to a RecommendedIndexAction instance.static RecommendedIndexActionRecommendedIndexAction. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendedIndexAction[]RecommendedIndexAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-