BlobRestoreStatus interface
Blob restore status.
Properties
failure |
Failure reason when blob restore is failed. NOTE: This property will not be serialized. It can only be populated by the server. |
parameters | Blob restore request parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
Id for tracking blob restore request. NOTE: This property will not be serialized. It can only be populated by the server. |
status | 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. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failureReason
Failure reason when blob restore is failed. NOTE: This property will not be serialized. It can only be populated by the server.
failureReason?: string
Property Value
string
parameters
Blob restore request parameters. NOTE: This property will not be serialized. It can only be populated by the server.
parameters?: BlobRestoreParameters
Property Value
restoreId
Id for tracking blob restore request. NOTE: This property will not be serialized. It can only be populated by the server.
restoreId?: string
Property Value
string
status
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. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string