你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobRestoreStatus Class

Definition

Blob restore status.

public class BlobRestoreStatus
type BlobRestoreStatus = class
Public Class BlobRestoreStatus
Inheritance
BlobRestoreStatus

Constructors

BlobRestoreStatus()

Initializes a new instance of the BlobRestoreStatus class.

BlobRestoreStatus(String, String, String, BlobRestoreParameters)

Initializes a new instance of the BlobRestoreStatus class.

Properties

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

Validate()

Validate the object.

Applies to