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