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