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>
It is type of the extended location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GalleryExtendedLocationTypeStatic value EdgeZone for GalleryExtendedLocationType.static final GalleryExtendedLocationTypeStatic value Unknown for GalleryExtendedLocationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GalleryExtendedLocationTypefromString(String name) Creates or finds a GalleryExtendedLocationType from its string representation.values()Gets known GalleryExtendedLocationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EDGE_ZONE
Static value EdgeZone for GalleryExtendedLocationType. -
UNKNOWN
Static value Unknown for GalleryExtendedLocationType.
-
-
Constructor Details
-
GalleryExtendedLocationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of GalleryExtendedLocationType value.
-
-
Method Details
-
fromString
Creates or finds a GalleryExtendedLocationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GalleryExtendedLocationType.
-
values
Gets known GalleryExtendedLocationType values.- Returns:
- known GalleryExtendedLocationType values.
-
fromString(String)factory method.