DeploymentMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. managedapplications. models. DeploymentMode
- com.
- com.
public final class DeploymentMode
extends ExpandableStringEnum<DeploymentMode>
The deployment mode.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Deployment |
COMPLETE
Static value Complete for Deployment |
|
static final
Deployment |
INCREMENTAL
Static value Incremental for Deployment |
|
static final
Deployment |
NOT_SPECIFIED
Static value Not |
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromString(String name)
Creates or finds a Deployment |
|
static
Collection<Deployment |
values()
Gets known Deployment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLETE
public static final DeploymentMode COMPLETE
Static value Complete for DeploymentMode.
INCREMENTAL
public static final DeploymentMode INCREMENTAL
Static value Incremental for DeploymentMode.
NOT_SPECIFIED
public static final DeploymentMode NOT_SPECIFIED
Static value NotSpecified for DeploymentMode.
Constructor Details
DeploymentMode
@Deprecated
public DeploymentMode()
Deprecated
Creates a new instance of DeploymentMode value.
Method Details
fromString
public static DeploymentMode fromString(String name)
Creates or finds a DeploymentMode from its string representation.
Parameters:
Returns:
values
public static Collection<DeploymentMode> values()
Gets known DeploymentMode values.
Returns: