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

MabContainer 类

定义

包含使用 MAB 备份引擎备份的项的容器。

[Newtonsoft.Json.JsonObject("Windows")]
public class MabContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
[<Newtonsoft.Json.JsonObject("Windows")>]
type MabContainer = class
    inherit ProtectionContainer
Public Class MabContainer
Inherits ProtectionContainer
继承
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

MabContainer()

初始化 MabContainer 类的新实例。

MabContainer(String, String, String, String, String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, MabContainerExtendedInfo, IList<MABContainerHealthDetails>, String)

初始化 MabContainer 类的新实例。

属性

AgentVersion

获取或设置此容器的代理版本。

BackupManagementType

获取或设置容器的备份管理类型。 可能的值包括:“Invalid”、“AzureIaasVM”、“MAB”、“DPM”、“AzureBackupServer”、“AzureSql”、“AzureStorage”、“AzureWorkload”、“DefaultBackup”

(继承自 ProtectionContainer)
CanReRegister

获取或设置容器可以再注册一次。

ContainerHealthState

获取或设置 mab 容器的运行状况状态。

ContainerId

获取或设置 containerID 表示容器。

ExtendedInfo

获取或设置此容器的其他信息

FriendlyName

获取或设置容器的友好名称。

(继承自 ProtectionContainer)
HealthStatus

获取或设置容器的运行状况状态。

(继承自 ProtectionContainer)
MabContainerHealthDetails

获取或设置此 mab 容器的运行状况详细信息。

ProtectableObjectType

获取或设置与此容器关联的可保护对象的类型

(继承自 ProtectionContainer)
ProtectedItemCount

获取或设置此容器中备份的项数。

RegistrationStatus

获取或设置容器在恢复服务保管库中注册的状态。

(继承自 ProtectionContainer)

适用于