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

BackupResult interface

备份操作结果

属性

azureStorageBlobContainerUri

包含备份的 Azure Blob 存储容器 URI

backupId

备份的 ID。

endTime

UTC 说明中备份/还原操作的结束时间:此属性不会序列化。 它只能由服务器填充。

error

备份/还原操作期间遇到错误(如果有)。

jobId

备份/还原操作的标识符。

startTime

UTC 说明中备份/还原操作的开始时间:此属性不会序列化。 它只能由服务器填充。

status

备份/还原操作的状态注意:此属性不会序列化。 它只能由服务器填充。

statusDetails

备份/还原操作的状态详细信息

属性详细信息

azureStorageBlobContainerUri

包含备份的 Azure Blob 存储容器 URI

azureStorageBlobContainerUri?: string

属性值

string

backupId

备份的 ID。

backupId?: string

属性值

string

endTime

UTC 说明中备份/还原操作的结束时间:此属性不会序列化。 它只能由服务器填充。

endTime?: Date

属性值

Date

error

备份/还原操作期间遇到错误(如果有)。

error?: ErrorDetail

属性值

jobId

备份/还原操作的标识符。

jobId?: string

属性值

string

startTime

UTC 说明中备份/还原操作的开始时间:此属性不会序列化。 它只能由服务器填充。

startTime?: Date

属性值

Date

status

备份/还原操作的状态注意:此属性不会序列化。 它只能由服务器填充。

status?: string

属性值

string

statusDetails

备份/还原操作的状态详细信息

statusDetails?: string

属性值

string