次の方法で共有


AzureSqlProtectionPolicy コンストラクター

定義

オーバーロード

AzureSqlProtectionPolicy()

AzureSqlProtectionPolicy クラスの新しいインスタンスを初期化します。

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

AzureSqlProtectionPolicy クラスの新しいインスタンスを初期化します。

AzureSqlProtectionPolicy()

AzureSqlProtectionPolicy クラスの新しいインスタンスを初期化します。

public AzureSqlProtectionPolicy();
Public Sub New ()

適用対象

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

AzureSqlProtectionPolicy クラスの新しいインスタンスを初期化します。

public AzureSqlProtectionPolicy(int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy retentionPolicy = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional retentionPolicy As RetentionPolicy = Nothing)

パラメーター

protectedItemsCount
Nullable<Int32>

このポリシーに関連付けられているアイテムの数。

resourceGuardOperationRequests
IList<String>

ResourceGuard 操作要求

retentionPolicy
RetentionPolicy

アイテム保持ポリシーの詳細。

適用対象