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