Class DeploymentState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentState>
com.azure.resourcemanager.apicenter.models.DeploymentState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DeploymentState
extends com.azure.core.util.ExpandableStringEnum<DeploymentState>
State of the Deployment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentState
Static value active for DeploymentState.static final DeploymentState
Static value inactive for DeploymentState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentState
fromString
(String name) Creates or finds a DeploymentState from its string representation.static Collection
<DeploymentState> values()
Gets known DeploymentState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value active for DeploymentState. -
INACTIVE
Static value inactive for DeploymentState.
-
-
Constructor Details
-
DeploymentState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DeploymentState value.
-
-
Method Details
-
fromString
Creates or finds a DeploymentState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DeploymentState.
-
values
Gets known DeploymentState values.- Returns:
- known DeploymentState values.
-
fromString(String)
factory method.