BlobRestoreStatusResponse

data class BlobRestoreStatusResponse(val failureReason: String, val parameters: BlobRestoreParametersResponse, val restoreId: String, val status: String)

Blob restore status.

Constructors

Link copied to clipboard
constructor(failureReason: String, parameters: BlobRestoreParametersResponse, restoreId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Failure reason when blob restore is failed.

Link copied to clipboard

Blob restore request parameters.

Link copied to clipboard

Id for tracking blob restore request.

Link copied to clipboard

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.