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

DpmContainer interface

DPM 工作负荷特定的保护容器。

扩展

属性

canReRegister

指定容器是否可重新注册。

containerId

容器的 ID。

containerType

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

dpmAgentVersion

备份引擎代理版本

dpmServers

保护容器的 BackupEngines 列表

extendedInfo

容器的扩展信息。

protectedItemCount

BackupEngine 中的受保护项数

protectionStatus

容器的保护状态。

upgradeAvailable

检查升级是否可用

继承属性

backupManagementType

容器的备份管理类型。

friendlyName

易记的容器名称。

healthStatus

容器的运行状况状态。

protectableObjectType

与此容器关联的可保护对象的类型

registrationStatus

向恢复服务保管库注册容器的状态。

属性详细信息

canReRegister

指定容器是否可重新注册。

canReRegister?: boolean

属性值

boolean

containerId

容器的 ID。

containerId?: string

属性值

string

containerType

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

containerType: "AzureBackupServerContainer" | "DPMContainer"

属性值

"AzureBackupServerContainer" | "DPMContainer"

dpmAgentVersion

备份引擎代理版本

dpmAgentVersion?: string

属性值

string

dpmServers

保护容器的 BackupEngines 列表

dpmServers?: string[]

属性值

string[]

extendedInfo

容器的扩展信息。

extendedInfo?: DPMContainerExtendedInfo

属性值

protectedItemCount

BackupEngine 中的受保护项数

protectedItemCount?: number

属性值

number

protectionStatus

容器的保护状态。

protectionStatus?: string

属性值

string

upgradeAvailable

检查升级是否可用

upgradeAvailable?: boolean

属性值

boolean

继承属性详细信息

backupManagementType

容器的备份管理类型。

backupManagementType?: string

属性值

string

继承自ProtectionContainer.backupManagementType

friendlyName

易记的容器名称。

friendlyName?: string

属性值

string

继承自ProtectionContainer.friendlyName

healthStatus

容器的运行状况状态。

healthStatus?: string

属性值

string

继承自ProtectionContainer.healthStatus

protectableObjectType

与此容器关联的可保护对象的类型

protectableObjectType?: string

属性值

string

继承自ProtectionContainer.protectableObjectType

registrationStatus

向恢复服务保管库注册容器的状态。

registrationStatus?: string

属性值

string

继承自ProtectionContainer.registrationStatus