Class BlobRestoreProgressStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobRestoreProgressStatus>
com.azure.resourcemanager.storage.models.BlobRestoreProgressStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BlobRestoreProgressStatus extends com.azure.core.util.ExpandableStringEnum<BlobRestoreProgressStatus>
The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.
  • Field Details

  • Constructor Details

    • BlobRestoreProgressStatus

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

    • fromString

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

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