Class DeploymentResult


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

      • SUCCESS

        public static final DeploymentResult SUCCESS
        Static value Success for DeploymentResult.
      • CANCELED

        public static final DeploymentResult CANCELED
        Static value Canceled for DeploymentResult.
      • FAILED

        public static final DeploymentResult FAILED
        Static value Failed for DeploymentResult.
    • Constructor Detail

      • DeploymentResult

        public DeploymentResult()
    • Method Detail

      • fromString

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

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