public final class ExtendedLocationType extends com.azure.core.util.ExpandableStringEnum<ExtendedLocationType>
| Modifier and Type | Field and Description |
|---|---|
static ExtendedLocationType |
EDGE_ZONE
Static value EdgeZone for ExtendedLocationType.
|
| Constructor and Description |
|---|
ExtendedLocationType() |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedLocationType |
fromString(String name)
Creates or finds a ExtendedLocationType from its string representation.
|
static Collection<ExtendedLocationType> |
values() |
public static final ExtendedLocationType EDGE_ZONE
public static ExtendedLocationType fromString(String name)
name - a name to look for.public static Collection<ExtendedLocationType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.