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