RecurrenceTrigger(Int32, RecurrenceSchedule) Constructor
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.
Initializes a new instance of RecurrenceTrigger.
public RecurrenceTrigger(int interval, Azure.AI.Projects.Evaluation.RecurrenceSchedule schedule);
new Azure.AI.Projects.Evaluation.RecurrenceTrigger : int * Azure.AI.Projects.Evaluation.RecurrenceSchedule -> Azure.AI.Projects.Evaluation.RecurrenceTrigger
Public Sub New (interval As Integer, schedule As RecurrenceSchedule)
Parameters
- interval
- Int32
Interval for the recurrence schedule.
- schedule
- RecurrenceSchedule
Recurrence schedule for the recurrence trigger.
Exceptions
schedule is null.