Class DownloadPhase

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DownloadPhase>
com.azure.resourcemanager.databoxedge.models.DownloadPhase

public final class DownloadPhase extends com.azure.core.util.ExpandableStringEnum<DownloadPhase>
The download phase.
  • Field Details

    • UNKNOWN

      public static final DownloadPhase UNKNOWN
      Static value Unknown for DownloadPhase.
    • INITIALIZING

      public static final DownloadPhase INITIALIZING
      Static value Initializing for DownloadPhase.
    • DOWNLOADING

      public static final DownloadPhase DOWNLOADING
      Static value Downloading for DownloadPhase.
    • VERIFYING

      public static final DownloadPhase VERIFYING
      Static value Verifying for DownloadPhase.
  • Constructor Details

    • DownloadPhase

      @Deprecated public DownloadPhase()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DownloadPhase value.
  • Method Details

    • fromString

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

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