public enum LocationType extends Enum<LocationType>
| Enum Constant and Description |
|---|
EDGE_ZONE
Enum value EdgeZone.
|
REGION
Enum value Region.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationType |
fromString(String value)
Parses a serialized value to a LocationType instance.
|
String |
toString() |
static LocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationType REGION
public static final LocationType EDGE_ZONE
public static LocationType[] values()
public static LocationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static LocationType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<LocationType>Copyright © 2021 Microsoft Corporation. All rights reserved.