Class ExtendedLocationType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExtendedLocationType>
-
- com.azure.resourcemanager.resources.models.ExtendedLocationType
-
public final class ExtendedLocationType extends com.azure.core.util.ExpandableStringEnum<ExtendedLocationType>
Defines values for ExtendedLocationType.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtendedLocationTypeEDGE_ZONEStatic value EdgeZone for ExtendedLocationType.
-
Constructor Summary
Constructors Constructor Description ExtendedLocationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExtendedLocationTypefromString(String name)Creates or finds a ExtendedLocationType from its string representation.static Collection<ExtendedLocationType>values()
-
-
-
Field Detail
-
EDGE_ZONE
public static final ExtendedLocationType EDGE_ZONE
Static value EdgeZone for ExtendedLocationType.
-
-
Method Detail
-
fromString
public static ExtendedLocationType fromString(String name)
Creates or finds a ExtendedLocationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExtendedLocationType.
-
values
public static Collection<ExtendedLocationType> values()
- Returns:
- known ExtendedLocationType values.
-
-