public final class RegionCategory extends com.azure.core.util.ExpandableStringEnum<RegionCategory>
| Modifier and Type | Field and Description |
|---|---|
static RegionCategory |
OTHER
Static value Other for RegionCategory.
|
static RegionCategory |
RECOMMENDED
Static value Recommended for RegionCategory.
|
| Constructor and Description |
|---|
RegionCategory() |
| Modifier and Type | Method and Description |
|---|---|
static RegionCategory |
fromString(String name)
Creates or finds a RegionCategory from its string representation.
|
static Collection<RegionCategory> |
values() |
public static final RegionCategory RECOMMENDED
public static final RegionCategory OTHER
public static RegionCategory fromString(String name)
name - a name to look for.public static Collection<RegionCategory> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.