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