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

IaaSVMContainer 类

定义

特定于 IaaS VM 工作负载的容器。

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

构造函数

IaaSVMContainer()

初始化 IaaSVMContainer 类的新实例。

IaaSVMContainer(String, String, String, String, String, String, String, String)

初始化 IaaSVMContainer 类的新实例。

属性

BackupManagementType

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

(继承自 ProtectionContainer)
FriendlyName

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

(继承自 ProtectionContainer)
HealthStatus

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

(继承自 ProtectionContainer)
ProtectableObjectType

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

(继承自 ProtectionContainer)
RegistrationStatus

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

(继承自 ProtectionContainer)
ResourceGroup

获取或设置恢复服务保管库的资源组名称。

VirtualMachineId

获取或设置此 Azure IaaS VM 容器表示的虚拟机的完全限定 ARM URL。

VirtualMachineVersion

获取或设置指定容器是表示经典 VM 还是 Azure 资源管理器 VM。

适用于