你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DpmContainer interface
DPM 工作负荷特定的保护容器。
- 扩展
属性
can |
指定容器是否可重新注册。 |
container |
容器的 ID。 |
container |
多态鉴别器,它指定此对象可以是的不同类型 |
dpm |
备份引擎代理版本 |
dpm |
保护容器的 BackupEngines 列表 |
extended |
容器的扩展信息。 |
protected |
BackupEngine 中的受保护项数 |
protection |
容器的保护状态。 |
upgrade |
检查升级是否可用 |
继承属性
backup |
容器的备份管理类型。 |
friendly |
易记的容器名称。 |
health |
容器的运行状况状态。 |
protectable |
与此容器关联的可保护对象的类型 |
registration |
向恢复服务保管库注册容器的状态。 |
属性详细信息
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
protectedItemCount
BackupEngine 中的受保护项数
protectedItemCount?: number
属性值
number
protectionStatus
容器的保护状态。
protectionStatus?: string
属性值
string
upgradeAvailable
检查升级是否可用
upgradeAvailable?: boolean
属性值
boolean
继承属性详细信息
backupManagementType
friendlyName
healthStatus
protectableObjectType
与此容器关联的可保护对象的类型
protectableObjectType?: string
属性值
string