ArmDataProtectionBackupModelFactory.ScheduleBasedBackupTriggerContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schedule based trigger context.
public static Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupTriggerContext ScheduleBasedBackupTriggerContext(Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule schedule = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTaggingCriteria> taggingCriteriaList = default);
static member ScheduleBasedBackupTriggerContext : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupSchedule * seq<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTaggingCriteria> -> Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupTriggerContext
Public Shared Function ScheduleBasedBackupTriggerContext (Optional schedule As DataProtectionBackupSchedule = Nothing, Optional taggingCriteriaList As IEnumerable(Of DataProtectionBackupTaggingCriteria) = Nothing) As ScheduleBasedBackupTriggerContext
Parameters
- schedule
- DataProtectionBackupSchedule
Schedule for this backup.
- taggingCriteriaList
- IEnumerable<DataProtectionBackupTaggingCriteria>
List of tags that can be applicable for given schedule.
Returns
A new ScheduleBasedBackupTriggerContext instance for mocking.