共用方式為


DpmContainer interface

DPM 工作負載特定的保護容器。

Extends

屬性

canReRegister

指定容器是否可重新登錄。

containerId

容器的標識碼。

containerType

多型歧視性,指定這個物件可以是的不同類型

dpmAgentVersion

備份引擎代理程式版本

dpmServers

保護容器的BackupEngines清單

extendedInfo

容器的擴充資訊。

protectedItemCount

BackupEngine 中的受保護項目數目

protectionStatus

容器的保護狀態。

upgradeAvailable

檢查是否有可用的升級

繼承的屬性

backupManagementType

容器的備份管理類型。

friendlyName

容器的易記名稱。

healthStatus

容器健全狀況的狀態。

protectableObjectType

與此容器相關聯的可保護物件類型

registrationStatus

使用復原服務保存庫註冊容器的狀態。

屬性詳細資料

canReRegister

指定容器是否可重新登錄。

canReRegister?: boolean

屬性值

boolean

containerId

容器的標識碼。

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