次の方法で共有


RuleBasedBackupPolicy コンストラクター

定義

RuleBasedBackupPolicy の新しいインスタンスを初期化します。

public RuleBasedBackupPolicy (System.Collections.Generic.IEnumerable<string> dataSourceTypes, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule> policyRules);
new Azure.ResourceManager.DataProtectionBackup.Models.RuleBasedBackupPolicy : seq<string> * seq<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule> -> Azure.ResourceManager.DataProtectionBackup.Models.RuleBasedBackupPolicy
Public Sub New (dataSourceTypes As IEnumerable(Of String), policyRules As IEnumerable(Of DataProtectionBasePolicyRule))

パラメーター

dataSourceTypes
IEnumerable<String>

バックアップ管理のデータソースの種類。

policyRules
IEnumerable<DataProtectionBasePolicyRule>

各バックアップタイプのルール(完全/増分/ログなど)を含むポリシールールディクショナリ基本クラスであることに注意 DataProtectionBasePolicyRule してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がDataProtectionRetentionRule含まれますDataProtectionBackupRule

例外

dataSourceTypes または policyRules が null です。

適用対象