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

ProtectionContainer 类

定义

包含备份项的容器的基类。 具有特定工作负荷的容器派生自此类。

public class ProtectionContainer
type ProtectionContainer = class
Public Class ProtectionContainer
继承
ProtectionContainer
派生

构造函数

ProtectionContainer()

初始化 ProtectionContainer 类的新实例。

ProtectionContainer(String, String, String, String, String)

初始化 ProtectionContainer 类的新实例。

属性

BackupManagementType

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

FriendlyName

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

HealthStatus

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

ProtectableObjectType

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

RegistrationStatus

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

适用于