Class LocationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocationType>
com.azure.resourcemanager.workloads.models.LocationType
Defines values for LocationType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocationType
Static value EdgeZone for LocationType.static final LocationType
Static value Region for LocationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationType
fromString
(String name) Creates or finds a LocationType from its string representation.static Collection<LocationType>
values()
Gets known LocationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REGION
Static value Region for LocationType. -
EDGE_ZONE
Static value EdgeZone for LocationType.
-
-
Constructor Details
-
LocationType
public LocationType()
-
-
Method Details
-
fromString
Creates or finds a LocationType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LocationType.
-
values
Gets known LocationType values.- Returns:
- known LocationType values.
-