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

AzureSqlProtectionPolicy 类

定义

Azure SQL特定于工作负载的备份策略。

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

构造函数

AzureSqlProtectionPolicy()

初始化 AzureSqlProtectionPolicy 类的新实例。

AzureSqlProtectionPolicy(Nullable<Int32>, IList<String>, RetentionPolicy)

初始化 AzureSqlProtectionPolicy 类的新实例。

属性

ProtectedItemsCount

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

(继承自 ProtectionPolicy)
ResourceGuardOperationRequests

获取或设置 resourceGuard 操作请求

(继承自 ProtectionPolicy)
RetentionPolicy

获取或设置保留策略详细信息。

适用于