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