共用方式為


AzureBackupServerContainer interface

AzureBackupServer (DPMVenus) 工作負載特定的保護容器。

Extends

屬性

containerType

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

繼承的屬性

backupManagementType

容器的備份管理類型。

canReRegister

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

containerId

容器的標識碼。

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

容器的標識碼。

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