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

AzureBackupServerContainer interface

AzureBackupServer (DPMVenus) 特定于工作负载的保护容器。

扩展

属性

containerType

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

继承属性

backupManagementType

容器的备份管理类型。

canReRegister

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

containerId

容器的 ID。

dpmAgentVersion

备份引擎 代理版本

dpmServers

保护容器的 BackupEngines 列表

extendedInfo

容器的扩展信息。

friendlyName

易记的容器名称。

healthStatus

容器的运行状况状态。

protectableObjectType

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

protectedItemCount

BackupEngine 中的受保护项数

protectionStatus

容器的保护状态。

registrationStatus

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

upgradeAvailable

若要检查(如果升级可用)

属性详细信息

containerType

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

containerType: "AzureBackupServerContainer"

属性值

"AzureBackupServerContainer"

继承属性详细信息

backupManagementType

容器的备份管理类型。

backupManagementType?: string

属性值

string

继承自DpmContainer.backupManagementType

canReRegister

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

canReRegister?: boolean

属性值

boolean

继承自DpmContainer.canReRegister

containerId

容器的 ID。

containerId?: string

属性值

string

继承自DpmContainer.containerId

dpmAgentVersion

备份引擎 代理版本

dpmAgentVersion?: string

属性值

string

继承自DpmContainer.dpmAgentVersion

dpmServers

保护容器的 BackupEngines 列表

dpmServers?: string[]

属性值

string[]

继承自DpmContainer.dpmServers

extendedInfo

容器的扩展信息。

extendedInfo?: DPMContainerExtendedInfo

属性值

继承自DpmContainer.extendedInfo

friendlyName

易记的容器名称。

friendlyName?: string

属性值

string

继承自DpmContainer.friendlyName

healthStatus

容器的运行状况状态。

healthStatus?: string

属性值

string

继承自DpmContainer.healthStatus

protectableObjectType

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

protectableObjectType?: string

属性值

string

继承自DpmContainer.protectableObjectType

protectedItemCount

BackupEngine 中的受保护项数

protectedItemCount?: number

属性值

number

继承自DpmContainer.protectedItemCount

protectionStatus

容器的保护状态。

protectionStatus?: string

属性值

string

继承自DpmContainer.protectionStatus

registrationStatus

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

registrationStatus?: string

属性值

string

继承自DpmContainer.registrationStatus

upgradeAvailable

若要检查(如果升级可用)

upgradeAvailable?: boolean

属性值

boolean

继承自DpmContainer.upgradeAvailable