Class RegionCategory
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<RegionCategory>
com.microsoft.azure.management.resources.RegionCategory
Defines values for RegionCategory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegionCategory
Static value Other for RegionCategory.static final RegionCategory
Static value Recommended for RegionCategory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegionCategory
fromString
(String name) Creates or finds a RegionCategory from its string representation.static Collection<RegionCategory>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
RECOMMENDED
Static value Recommended for RegionCategory. -
OTHER
Static value Other for RegionCategory.
-
-
Constructor Details
-
RegionCategory
public RegionCategory()
-
-
Method Details
-
fromString
Creates or finds a RegionCategory from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding RegionCategory
-
values
- Returns:
- known RegionCategory values
-