DeploymentStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DeploymentStatus
- com.
- com.
public final class DeploymentStatus
extends ExpandableStringEnum<DeploymentStatus>
Deployment Status.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Deployment |
DEPLOYED
Static value Deployed for Deployment |
static final
Deployment |
DEPLOYING
Static value Deploying for Deployment |
static final
Deployment |
FAILED
Static value Failed for Deployment |
static final
Deployment |
NOT_STARTED
Static value Not |
Constructor Summary
Constructor | Description |
---|---|
DeploymentStatus() |
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
DEPLOYED
public static final DeploymentStatus DEPLOYED
Static value Deployed for DeploymentStatus.
DEPLOYING
public static final DeploymentStatus DEPLOYING
Static value Deploying for DeploymentStatus.
FAILED
public static final DeploymentStatus FAILED
Static value Failed for DeploymentStatus.
NOT_STARTED
public static final DeploymentStatus NOT_STARTED
Static value NotStarted for DeploymentStatus.
Constructor Details
DeploymentStatus
@Deprecated
public DeploymentStatus()
Deprecated
Creates a new instance of DeploymentStatus value.
Method Details
fromString
public static DeploymentStatus fromString(String name)
Creates or finds a DeploymentStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DeploymentStatus values.
Returns:
Applies to
Azure SDK for Java