次の方法で共有


DataProtectionBackupRule コンストラクター

定義

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

public DataProtectionBackupRule (string name, Azure.ResourceManager.DataProtectionBackup.Models.DataStoreInfoBase dataStore, Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTriggerContext trigger);
new Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupRule : string * Azure.ResourceManager.DataProtectionBackup.Models.DataStoreInfoBase * Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTriggerContext -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupRule
Public Sub New (name As String, dataStore As DataStoreInfoBase, trigger As DataProtectionBackupTriggerContext)

パラメーター

name
String
dataStore
DataStoreInfoBase

DataStoreInfo ベース。

trigger
DataProtectionBackupTriggerContext

トリガー コンテキスト 基本クラスに注意 DataProtectionBackupTriggerContext してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がScheduleBasedBackupTriggerContext含まれますAdhocBasedBackupTriggerContext

例外

namedataStore、または trigger が null です。

適用対象