Class RegionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RegionType>
com.azure.resourcemanager.resources.models.RegionType
The type of the region.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegionTypeStatic value Logical for RegionType.static final RegionTypeStatic value Physical for RegionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegionTypefromString(String name) Creates or finds a RegionType from its string representation.static Collection<RegionType>values()Gets known RegionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PHYSICAL
Static value Physical for RegionType. -
LOGICAL
Static value Logical for RegionType.
-
-
Constructor Details
-
RegionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RegionType value.
-
-
Method Details
-
fromString
Creates or finds a RegionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RegionType.
-
values
Gets known RegionType values.- Returns:
- known RegionType values.
-
fromString(String)factory method.