Class RegionType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<RegionType>
-
- com.azure.resourcemanager.resources.models.RegionType
-
public final class RegionType extends com.azure.core.util.ExpandableStringEnum<RegionType>
Defines values for RegionType.
-
-
Field Summary
Fields Modifier and Type Field Description static RegionTypeLOGICALStatic value Logical for RegionType.static RegionTypePHYSICALStatic value Physical for RegionType.
-
Constructor Summary
Constructors Constructor Description RegionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegionTypefromString(String name)Creates or finds a RegionType from its string representation.static Collection<RegionType>values()
-
-
-
Field Detail
-
PHYSICAL
public static final RegionType PHYSICAL
Static value Physical for RegionType.
-
LOGICAL
public static final RegionType LOGICAL
Static value Logical for RegionType.
-
-
Method Detail
-
fromString
public static RegionType fromString(String name)
Creates or finds a RegionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RegionType.
-
values
public static Collection<RegionType> values()
- Returns:
- known RegionType values.
-
-