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

IaaSVMProtectableItem 类

定义

特定于 IaaS VM 工作负载的备份项。

public class IaaSVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
type IaaSVMProtectableItem = class
    inherit WorkloadProtectableItem
Public Class IaaSVMProtectableItem
Inherits WorkloadProtectableItem
继承
IaaSVMProtectableItem
派生

构造函数

IaaSVMProtectableItem()

初始化 IaaSVMProtectableItem 类的新实例。

IaaSVMProtectableItem(String, String, String, String, String, String, String)

初始化 IaaSVMProtectableItem 类的新实例。

属性

BackupManagementType

获取或设置备份项的备份管理类型。

(继承自 WorkloadProtectableItem)
FriendlyName

获取或设置备份项的友好名称。

(继承自 WorkloadProtectableItem)
ProtectionState

获取或设置备份项的状态。 可能的值包括:“Invalid”、“NotProtected”、“Protecting”、“Protected”、“ProtectionFailed”

(继承自 WorkloadProtectableItem)
ResourceGroup

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

VirtualMachineId

获取或设置虚拟机的完全限定的 ARM ID。

VirtualMachineVersion

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

WorkloadType

获取或设置备份管理的工作负荷类型

(继承自 WorkloadProtectableItem)

适用于