BlobRestoreProgressStatus type
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.
KnownBlobRestoreProgressStatus can be used interchangeably with BlobRestoreProgressStatus,
this enum contains the known values that the service supports.
Known values supported by the service
InProgress
Complete
Failed
type BlobRestoreProgressStatus = string