MoveType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resourcemover. models. MoveType
- com.
- com.
public final class MoveType
extends ExpandableStringEnum<MoveType>
Defines the MoveType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Move |
REGION_TO_REGION
Static value Region |
|
static final
Move |
REGION_TO_ZONE
Static value Region |
Constructor Summary
| Constructor | Description |
|---|---|
| MoveType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Move |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Move |
fromString(String name)
Creates or finds a Move |
|
static
Collection<Move |
values()
Gets known Move |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
REGION_TO_REGION
public static final MoveType REGION_TO_REGION
Static value RegionToRegion for MoveType.
REGION_TO_ZONE
public static final MoveType REGION_TO_ZONE
Static value RegionToZone for MoveType.
Constructor Details
MoveType
@Deprecated
public MoveType()
Deprecated
Creates a new instance of MoveType value.
Method Details
fromString
public static MoveType fromString(String name)
Creates or finds a MoveType from its string representation.
Parameters:
Returns:
values
public static Collection<MoveType> values()
Gets known MoveType values.
Returns: