Class BlobRestoreProgressStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobRestoreProgressStatus>
com.azure.resourcemanager.storage.models.BlobRestoreProgressStatus

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

      public BlobRestoreProgressStatus()
  • 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.