RegionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. RegionType
- com.
- com.
public final class RegionType
extends ExpandableStringEnum<RegionType>
The type of the region.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Region |
LOGICAL
Static value Logical for Region |
static final
Region |
PHYSICAL
Static value Physical for Region |
Constructor Summary
Constructor | Description |
---|---|
RegionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Region |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Region |
fromString(String name)
Creates or finds a Region |
static
Collection<Region |
values()
Gets known Region |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LOGICAL
public static final RegionType LOGICAL
Static value Logical for RegionType.
PHYSICAL
public static final RegionType PHYSICAL
Static value Physical for RegionType.
Constructor Details
RegionType
@Deprecated
public RegionType()
Deprecated
Creates a new instance of RegionType value.
Method Details
fromString
public static RegionType fromString(String name)
Creates or finds a RegionType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RegionType values.
Returns:
Applies to
Azure SDK for Java