Class DeploymentStatus
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<DeploymentStatus>
com.microsoft.azure.management.cdn.DeploymentStatus
public final class DeploymentStatus
extends com.microsoft.rest.ExpandableStringEnum<DeploymentStatus>
Defines values for DeploymentStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentStatus
Static value Failed for DeploymentStatus.static final DeploymentStatus
Static value InProgress for DeploymentStatus.static final DeploymentStatus
Static value NotStarted for DeploymentStatus.static final DeploymentStatus
Static value Succeeded for DeploymentStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentStatus
fromString
(String name) Creates or finds a DeploymentStatus from its string representation.static Collection<DeploymentStatus>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_STARTED
Static value NotStarted for DeploymentStatus. -
IN_PROGRESS
Static value InProgress for DeploymentStatus. -
SUCCEEDED
Static value Succeeded for DeploymentStatus. -
FAILED
Static value Failed for DeploymentStatus.
-
-
Constructor Details
-
DeploymentStatus
public DeploymentStatus()
-
-
Method Details
-
fromString
Creates or finds a DeploymentStatus from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding DeploymentStatus
-
values
- Returns:
- known DeploymentStatus values
-