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

GenericProtectedItem 类

定义

备份项的基类。

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

构造函数

GenericProtectedItem()

初始化 GenericProtectedItem 类的新实例。

GenericProtectedItem(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, Nullable<Int64>, IDictionary<String, String>, String)

初始化 GenericProtectedItem 类的新实例。

属性

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)
FabricName

获取或设置此备份项的结构的名称。

FriendlyName

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

IsArchiveEnabled

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

(继承自 ProtectedItem)
IsDeferredDeleteScheduleUpcoming

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

(继承自 ProtectedItem)
IsRehydrate

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

(继承自 ProtectedItem)
IsScheduledForDeferredDelete

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

(继承自 ProtectedItem)
LastRecoveryPoint

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

(继承自 ProtectedItem)
PolicyId

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

(继承自 ProtectedItem)
PolicyName

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

(继承自 ProtectedItem)
PolicyState

获取或设置指示策略对象和应用于此备份项的策略的一致性。

ProtectedItemId

获取或设置受保护项的数据平面服务 ID。

ProtectionState

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

ResourceGuardOperationRequests

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

(继承自 ProtectedItem)
SourceAssociations

获取或设置松散耦合 (类型、值) 关联 (示例 - 受保护项的父级)

SourceResourceId

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

(继承自 ProtectedItem)
WorkloadType

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

(继承自 ProtectedItem)

适用于