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