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 Details

    • ACTIVE

      public static final DeploymentState ACTIVE
      Static value active for DeploymentState.
    • INACTIVE

      public static final DeploymentState INACTIVE
      Static value inactive for DeploymentState.
  • Constructor Details

    • DeploymentState

      @Deprecated public DeploymentState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DeploymentState value.
  • 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.