Class DeploymentState


  • public final class DeploymentState
    extends com.azure.core.util.ExpandableStringEnum<DeploymentState>
    Defines values for DeploymentState.
    • Field Detail

      • 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 Detail

      • DeploymentState

        public DeploymentState()
    • Method Detail

      • 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.