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

AzureIaaSComputeVMProtectableItem 类

定义

表示 Azure 资源管理器 VM 的特定于 IaaS VM 工作负荷的备份项。

[Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")]
public class AzureIaaSComputeVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMProtectableItem
[<Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")>]
type AzureIaaSComputeVMProtectableItem = class
    inherit IaaSVMProtectableItem
Public Class AzureIaaSComputeVMProtectableItem
Inherits IaaSVMProtectableItem
继承
AzureIaaSComputeVMProtectableItem
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureIaaSComputeVMProtectableItem()

初始化 AzureIaaSComputeVMProtectableItem 类的新实例。

AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String)

初始化 AzureIaaSComputeVMProtectableItem 类的新实例。

属性

BackupManagementType

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

(继承自 WorkloadProtectableItem)
FriendlyName

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

(继承自 WorkloadProtectableItem)
ProtectionState

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

(继承自 WorkloadProtectableItem)
ResourceGroup

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

(继承自 IaaSVMProtectableItem)
VirtualMachineId

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

(继承自 IaaSVMProtectableItem)
VirtualMachineVersion

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

(继承自 IaaSVMProtectableItem)
WorkloadType

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

(继承自 WorkloadProtectableItem)

适用于