通过


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

BackupProperties interface

备份属性

属性

backupId

用于标识备份的 UUID v4

backupPolicyResourceId

用于标识备份策略的 ResourceId

backupType

备份类型手动或计划

completionDate

备份的完成日期

creationDate

备份的创建日期

failureReason

失败原因

isLargeVolume

指定备份是否用于大型卷。

label

备份标签

provisioningState

Azure 生命周期管理

size

备份大小(以字节为单位)

snapshotCreationDate

备份的快照创建日期

snapshotName

快照的名称

useExistingSnapshot

手动备份已存在的快照。 对于计划的备份,这始终为 false,手动备份为 true/false

volumeResourceId

用于标识卷的 ResourceId

属性详细信息

backupId

用于标识备份的 UUID v4

backupId?: string

属性值

string

backupPolicyResourceId

用于标识备份策略的 ResourceId

backupPolicyResourceId?: string

属性值

string

backupType

备份类型手动或计划

backupType?: string

属性值

string

completionDate

备份的完成日期

completionDate?: null | Date

属性值

null | Date

creationDate

备份的创建日期

creationDate?: Date

属性值

Date

failureReason

失败原因

failureReason?: string

属性值

string

isLargeVolume

指定备份是否用于大型卷。

isLargeVolume?: boolean

属性值

boolean

label

备份标签

label?: string

属性值

string

provisioningState

Azure 生命周期管理

provisioningState?: string

属性值

string

size

备份大小(以字节为单位)

size?: number

属性值

number

snapshotCreationDate

备份的快照创建日期

snapshotCreationDate?: null | Date

属性值

null | Date

snapshotName

快照的名称

snapshotName?: string

属性值

string

useExistingSnapshot

手动备份已存在的快照。 对于计划的备份,这始终为 false,手动备份为 true/false

useExistingSnapshot?: boolean

属性值

boolean

volumeResourceId

用于标识卷的 ResourceId

volumeResourceId: string

属性值

string