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

AzureResourceProtectionIntent interface

特定于 IaaS VM 的备份保护意向项。

扩展

属性

friendlyName

此备份项表示的 VM 的友好名称。

protectionIntentItemType

多态鉴别器,它指定此对象可以是的不同类型

继承属性

backupManagementType

备份项的备份管理类型。

itemId

受保护项的 ID,如果是 Azure Vm,则为 ProtectedItemId

policyId

用于备份此项的备份策略的 ID。

protectionState

此备份项的备份状态。

sourceResourceId

要备份的资源的 ARM ID。

属性详细信息

friendlyName

此备份项表示的 VM 的友好名称。

friendlyName?: string

属性值

string

protectionIntentItemType

多态鉴别器,它指定此对象可以是的不同类型

protectionIntentItemType: "AzureResourceItem"

属性值

"AzureResourceItem"

继承属性详细信息

backupManagementType

备份项的备份管理类型。

backupManagementType?: string

属性值

string

继承自ProtectionIntent.backupManagementType

itemId

受保护项的 ID,如果是 Azure Vm,则为 ProtectedItemId

itemId?: string

属性值

string

继承自ProtectionIntent.itemId

policyId

用于备份此项的备份策略的 ID。

policyId?: string

属性值

string

继承自ProtectionIntent.policyId

protectionState

此备份项的备份状态。

protectionState?: string

属性值

string

继承自ProtectionIntent.protectionState

sourceResourceId

要备份的资源的 ARM ID。

sourceResourceId?: string

属性值

string

继承自ProtectionIntent.sourceResourceId