java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentState>
com.azure.resourcemanager.hybridcontainerservice.models.DeploymentState

public final class DeploymentState extends com.azure.core.util.ExpandableStringEnum<DeploymentState>
Observed deployment state of the Arc Agents on the target cluster. Possible values include: 'pending', 'provisioning', 'provisioned', 'deleting', 'failed', 'upgrading'.
  • Field Details

    • PENDING

      public static final DeploymentState PENDING
      Static value pending for DeploymentState.
    • PROVISIONING

      public static final DeploymentState PROVISIONING
      Static value provisioning for DeploymentState.
    • PROVISIONED

      public static final DeploymentState PROVISIONED
      Static value provisioned for DeploymentState.
    • DELETING

      public static final DeploymentState DELETING
      Static value deleting for DeploymentState.
    • FAILED

      public static final DeploymentState FAILED
      Static value failed for DeploymentState.
    • UPGRADING

      public static final DeploymentState UPGRADING
      Static value upgrading 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.