GalleryExtendedLocationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. GalleryExtendedLocationType
- com.
- com.
public final class GalleryExtendedLocationType
extends ExpandableStringEnum<GalleryExtendedLocationType>
It is type of the extended location.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Gallery |
EDGE_ZONE
Static value Edge |
static final
Gallery |
UNKNOWN
Static value Unknown for Gallery |
Constructor Summary
Constructor | Description |
---|---|
GalleryExtendedLocationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromString(String name)
Creates or finds a Gallery |
static
Collection<Gallery |
values()
Gets known Gallery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EDGE_ZONE
public static final GalleryExtendedLocationType EDGE_ZONE
Static value EdgeZone for GalleryExtendedLocationType.
UNKNOWN
public static final GalleryExtendedLocationType UNKNOWN
Static value Unknown for GalleryExtendedLocationType.
Constructor Details
GalleryExtendedLocationType
@Deprecated
public GalleryExtendedLocationType()
Deprecated
Creates a new instance of GalleryExtendedLocationType value.
Method Details
fromString
public static GalleryExtendedLocationType fromString(String name)
Creates or finds a GalleryExtendedLocationType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GalleryExtendedLocationType values.
Returns:
Applies to
Azure SDK for Java