MoveResourceInputType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resourcemover. models. MoveResourceInputType
- com.
- com.
public final class MoveResourceInputType
extends ExpandableStringEnum<MoveResourceInputType>
Defines the move resource input type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Move |
MOVE_RESOURCE_ID
Static value Move |
|
static final
Move |
MOVE_RESOURCE_SOURCE_ID
Static value Move |
Constructor Summary
| Constructor | Description |
|---|---|
| MoveResourceInputType() |
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
MOVE_RESOURCE_ID
public static final MoveResourceInputType MOVE_RESOURCE_ID
Static value MoveResourceId for MoveResourceInputType.
MOVE_RESOURCE_SOURCE_ID
public static final MoveResourceInputType MOVE_RESOURCE_SOURCE_ID
Static value MoveResourceSourceId for MoveResourceInputType.
Constructor Details
MoveResourceInputType
@Deprecated
public MoveResourceInputType()
Deprecated
Creates a new instance of MoveResourceInputType value.
Method Details
fromString
public static MoveResourceInputType fromString(String name)
Creates or finds a MoveResourceInputType from its string representation.
Parameters:
Returns:
values
public static Collection<MoveResourceInputType> values()
Gets known MoveResourceInputType values.
Returns: