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

AzureVMAppContainerProtectableContainer 类

定义

特定于 Azure 工作负载的容器

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

构造函数

AzureVMAppContainerProtectableContainer()

初始化 AzureVMAppContainerProtectableContainer 类的新实例。

AzureVMAppContainerProtectableContainer(String, String, String, String)

初始化 AzureVMAppContainerProtectableContainer 类的新实例。

属性

BackupManagementType

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

(继承自 ProtectableContainer)
ContainerId

获取或设置容器的结构 ID,例如 ARM ID。

(继承自 ProtectableContainer)
FriendlyName

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

(继承自 ProtectableContainer)
HealthStatus

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

(继承自 ProtectableContainer)

适用于