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