Class DeploymentState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentState>
com.azure.resourcemanager.securityinsights.models.DeploymentState
public final class DeploymentState
extends com.azure.core.util.ExpandableStringEnum<DeploymentState>
The current state of the deployment.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeploymentState
Static value Canceling for DeploymentState.static final DeploymentState
Static value Completed for DeploymentState.static final DeploymentState
Static value In_Progress for DeploymentState.static final DeploymentState
Static value Queued for DeploymentState. -
Constructor Summary
-
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, hashCode, toString, values
-
Field Details
-
IN_PROGRESS
Static value In_Progress for DeploymentState. -
COMPLETED
Static value Completed for DeploymentState. -
QUEUED
Static value Queued for DeploymentState. -
CANCELING
Static value Canceling for DeploymentState.
-
-
Constructor Details
-
DeploymentState
public DeploymentState()
-
-
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.
-