Class ExtendedLocationTypes
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ExtendedLocationTypes>
com.microsoft.azure.management.compute.ExtendedLocationTypes
public final class ExtendedLocationTypes
extends com.microsoft.rest.ExpandableStringEnum<ExtendedLocationTypes>
Defines values for ExtendedLocationTypes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExtendedLocationTypes
Static value EdgeZone for ExtendedLocationTypes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedLocationTypes
fromString
(String name) Creates or finds a ExtendedLocationTypes from its string representation.static Collection<ExtendedLocationTypes>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
EDGE_ZONE
Static value EdgeZone for ExtendedLocationTypes.
-
-
Constructor Details
-
ExtendedLocationTypes
public ExtendedLocationTypes()
-
-
Method Details
-
fromString
Creates or finds a ExtendedLocationTypes from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ExtendedLocationTypes
-
values
- Returns:
- known ExtendedLocationTypes values
-