RegionCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. RegionCategory
- com.
- com.
public final class RegionCategory
extends ExpandableStringEnum<RegionCategory>
The category of the region.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Region |
EXTENDED
Static value Extended for Region |
static final
Region |
OTHER
Static value Other for Region |
static final
Region |
RECOMMENDED
Static value Recommended for Region |
Constructor Summary
Constructor | Description |
---|---|
RegionCategory() |
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
EXTENDED
public static final RegionCategory EXTENDED
Static value Extended for RegionCategory.
OTHER
public static final RegionCategory OTHER
Static value Other for RegionCategory.
RECOMMENDED
public static final RegionCategory RECOMMENDED
Static value Recommended for RegionCategory.
Constructor Details
RegionCategory
@Deprecated
public RegionCategory()
Deprecated
Creates a new instance of RegionCategory value.
Method Details
fromString
public static RegionCategory fromString(String name)
Creates or finds a RegionCategory from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RegionCategory values.
Returns:
Applies to
Azure SDK for Java