BlobRestoreStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blob restore status.
public class BlobRestoreStatus
type BlobRestoreStatus = class
Public Class BlobRestoreStatus
- Inheritance
-
BlobRestoreStatus
Constructors
| Name | Description |
|---|---|
| BlobRestoreStatus() |
Initializes a new instance of the BlobRestoreStatus class. |
| BlobRestoreStatus(String, String, String, BlobRestoreParameters) |
Initializes a new instance of the BlobRestoreStatus class. |
Properties
| Name | Description |
|---|---|
| FailureReason |
Gets failure reason when blob restore is failed. |
| Parameters |
Gets blob restore request parameters. |
| RestoreId |
Gets id for tracking blob restore request. |
| Status |
Gets 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. Possible values include: 'InProgress', 'Complete', 'Failed' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |