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