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

AzureFileShareProtectionPolicy 类

定义

AzureStorage 备份策略。

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

构造函数

AzureFileShareProtectionPolicy()

初始化 AzureFileShareProtectionPolicy 类的新实例。

AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String)

初始化 AzureFileShareProtectionPolicy 类的新实例。

属性

ProtectedItemsCount

获取或设置与此策略关联的项数。

(继承自 ProtectionPolicy)
ResourceGuardOperationRequests

获取或设置 resourceGuard 操作请求

(继承自 ProtectionPolicy)
RetentionPolicy

获取或设置保留策略,其中包含有关备份副本保留范围的详细信息。

SchedulePolicy

获取或设置指定为备份策略一部分的备份计划。

TimeZone

获取或设置字符串格式的 timeZone 可选输入。 例如:TimeZone = “太平洋标准时间”。

WorkLoadType

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

适用于