DeploymentStatus Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. DeploymentStatus
- com.
- com.
public final class DeploymentStatus
extends com.microsoft.rest.ExpandableStringEnum<DeploymentStatus>
Defines values for DeploymentStatus.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Deployment |
FAILED
Static value Failed for Deployment |
static final
Deployment |
IN_PROGRESS
Static value In |
static final
Deployment |
NOT_STARTED
Static value Not |
static final
Deployment |
SUCCEEDED
Static value Succeeded for Deployment |
Constructor Summary
Constructor | Description | |
---|---|---|
DeploymentStatus() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromString(String name)
Creates or finds a Deployment |
static
java.util.Collection<Deployment |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FAILED
public static final DeploymentStatus FAILED
Static value Failed for DeploymentStatus.
IN_PROGRESS
public static final DeploymentStatus IN_PROGRESS
Static value InProgress for DeploymentStatus.
NOT_STARTED
public static final DeploymentStatus NOT_STARTED
Static value NotStarted for DeploymentStatus.
SUCCEEDED
public static final DeploymentStatus SUCCEEDED
Static value Succeeded for DeploymentStatus.
Constructor Details
DeploymentStatus
public DeploymentStatus()
Method Details
fromString
public static DeploymentStatus fromString(String name)
Creates or finds a DeploymentStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java