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 Details

    • IN_PROGRESS

      public static final DeploymentState IN_PROGRESS
      Static value In_Progress for DeploymentState.
    • COMPLETED

      public static final DeploymentState COMPLETED
      Static value Completed for DeploymentState.
    • QUEUED

      public static final DeploymentState QUEUED
      Static value Queued for DeploymentState.
    • CANCELING

      public static final DeploymentState CANCELING
      Static value Canceling for DeploymentState.
  • Constructor Details

    • DeploymentState

      public DeploymentState()
  • Method Details

    • fromString

      public static DeploymentState fromString(String name)
      Creates or finds a DeploymentState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DeploymentState.
    • values

      public static Collection<DeploymentState> values()
      Gets known DeploymentState values.
      Returns:
      known DeploymentState values.