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

AzureFileshareProtectedItem 类

定义

Azure 文件共享特定于工作负荷的备份项。

[Newtonsoft.Json.JsonObject("AzureFileShareProtectedItem")]
public class AzureFileshareProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem
[<Newtonsoft.Json.JsonObject("AzureFileShareProtectedItem")>]
type AzureFileshareProtectedItem = class
    inherit ProtectedItem
Public Class AzureFileshareProtectedItem
Inherits ProtectedItem
继承
AzureFileshareProtectedItem
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureFileshareProtectedItem()

初始化 AzureFileshareProtectedItem 类的新实例。

AzureFileshareProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String, String, Nullable<DateTime>, IDictionary<String, KPIResourceHealthDetails>, AzureFileshareProtectedItemExtendedInfo)

初始化 AzureFileshareProtectedItem 类的新实例。

属性

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

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

FriendlyName

获取或设置由此备份项表示的文件共享的友好名称。

HealthStatus

获取或设置此备份项的备份运行状态。 可能的值包括:“Passed”、“ActionRequired”、“ActionSuggested”、“Invalid”

IsDeferredDeleteScheduleUpcoming

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

(继承自 ProtectedItem)
IsRehydrate

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

(继承自 ProtectedItem)
IsScheduledForDeferredDelete

获取或设置标志,以标识 DS 是否计划延迟删除

(继承自 ProtectedItem)
KpisHealths

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

LastBackupStatus

获取或设置上次备份操作状态。 可能的值:正常、不正常。

LastBackupTime

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

LastRecoveryPoint

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

(继承自 ProtectedItem)
PolicyId

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

(继承自 ProtectedItem)
ProtectionState

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

ProtectionStatus

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

ResourceGuardOperationRequests

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

(继承自 ProtectedItem)
SourceResourceId

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

(继承自 ProtectedItem)
WorkloadType

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

(继承自 ProtectedItem)

适用于