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

AzureIaaSVMProtectedItem 类

定义

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

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

构造函数

AzureIaaSVMProtectedItem()

初始化 AzureIaaSVMProtectedItem 类的新实例。

AzureIaaSVMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, String, String, IList<AzureIaaSVMHealthDetails>, IDictionary<String,KPIResourceHealthDetails>, String, Nullable<DateTime>, String, AzureIaaSVMProtectedItemExtendedInfo, ExtendedProperties)

初始化 AzureIaaSVMProtectedItem 类的新实例。

属性

BackupManagementType

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

(继承自 ProtectedItem)
BackupSetName

获取或设置备份项所属的备份集的名称

(继承自 ProtectedItem)
ContainerName

获取或设置容器的唯一名称

(继承自 ProtectedItem)
CreateMode

获取或设置创建模式,以指示恢复现有软删除的数据源或创建新数据源。 可能的值包括:“Invalid”、“Default”、“Recover”

(继承自 ProtectedItem)
DeferredDeleteTimeInUTC

获取或设置 UTC 中延迟删除的时间

(继承自 ProtectedItem)
DeferredDeleteTimeRemaining

获取或设置永久删除标记为延迟删除的 DS 之前的剩余时间

(继承自 ProtectedItem)
ExtendedInfo

获取或设置此备份项的其他信息。

ExtendedProperties

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

FriendlyName

获取或设置此备份项表示的 VM 的友好名称。

HealthDetails

获取或设置此备份项的运行状况详细信息。

HealthStatus

获取或设置受保护项的运行状况。 可能的值包括:“Passed”、“ActionRequired”、“ActionSuggested”、“Invalid”

IsArchiveEnabled

获取或设置标志,以标识是否在存档中保护数据源

(继承自 ProtectedItem)
IsDeferredDeleteScheduleUpcoming

获取或设置标志,以标识是否要尽快清除延迟删除的 DS

(继承自 ProtectedItem)
IsRehydrate

获取或设置标志,以标识延迟删除的 DS 将移动到暂停状态

(继承自 ProtectedItem)
IsScheduledForDeferredDelete

获取或设置用于标识 DS 是否计划延迟删除的标志

(继承自 ProtectedItem)
KpisHealths

获取或设置不同 KPI 的运行状况详细信息

LastBackupStatus

获取或设置上次备份操作状态。

LastBackupTime

获取或设置此备份项上一次备份操作的时间戳。

LastRecoveryPoint

获取或设置为此备份项创建最后 (最新) 备份副本时的时间戳。

(继承自 ProtectedItem)
PolicyId

获取或设置用于备份此项的备份策略的 ID。

(继承自 ProtectedItem)
PolicyName

获取或设置用于保护的策略的名称

(继承自 ProtectedItem)
ProtectedItemDataId

获取或设置受保护项的数据 ID。

ProtectionState

获取或设置此备份项的备份状态。 可能的值包括:“Invalid”、“IRPending”、“Protected”、“ProtectionError”、“ProtectionStopped”、“ProtectionPaused”

ProtectionStatus

获取或设置此备份项的备份状态。

ResourceGuardOperationRequests

获取或设置将对其执行 LAC 检查的 resourceGuardOperationRequests

(继承自 ProtectedItem)
SourceResourceId

获取或设置要备份的资源的 ARM ID。

(继承自 ProtectedItem)
VirtualMachineId

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

WorkloadType

获取或设置此项表示的工作负荷的类型。 可能的值包括:“Invalid”、“VM”、“FileFolder”、“AzureSqlDb”、“SQLDB”、“Exchange”、“Sharepoint”、“VMwareVM”、“SystemState”、“Client”、“GenericDataSource”、“SQLDataBase”、“AzureFileShare”、“SAPHanaDatabase”、“SAPAseDatabase”

(继承自 ProtectedItem)

适用于