ScheduleBasedBackupTriggerContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ScheduleBasedBackupTriggerContext の新しいインスタンスを初期化します。
public ScheduleBasedBackupTriggerContext (Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule schedule, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTaggingCriteria> taggingCriteriaList);
new Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupTriggerContext : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule * seq<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTaggingCriteria> -> Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupTriggerContext
Public Sub New (schedule As DataProtectionBackupSchedule, taggingCriteriaList As IEnumerable(Of DataProtectionBackupTaggingCriteria))
パラメーター
- schedule
- DataProtectionBackupSchedule
このバックアップのスケジュールを設定します。
- taggingCriteriaList
- IEnumerable<DataProtectionBackupTaggingCriteria>
特定のスケジュールに適用できるタグの一覧。
例外
schedule
または taggingCriteriaList
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET