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

GenericContainer 类

定义

备份项的泛型容器的基类

public class GenericContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
type GenericContainer = class
    inherit ProtectionContainer
Public Class GenericContainer
Inherits ProtectionContainer
继承
GenericContainer

构造函数

GenericContainer()

初始化 GenericContainer 类的新实例。

GenericContainer(String, String, String, String, String, String, GenericContainerExtendedInfo)

初始化 GenericContainer 类的新实例。

属性

BackupManagementType

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

(继承自 ProtectionContainer)
ExtendedInformation

获取或设置 (未在列出容器 API 调用中返回的扩展信息)

FabricName

获取或设置容器构造的名称

FriendlyName

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

(继承自 ProtectionContainer)
HealthStatus

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

(继承自 ProtectionContainer)
ProtectableObjectType

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

(继承自 ProtectionContainer)
RegistrationStatus

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

(继承自 ProtectionContainer)

适用于