ScheduleTriggerRecurrence Class
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.
The workflow trigger recurrence.
public class ScheduleTriggerRecurrence
type ScheduleTriggerRecurrence = class
Public Class ScheduleTriggerRecurrence
- Inheritance
-
ScheduleTriggerRecurrence
Constructors
ScheduleTriggerRecurrence() |
Initializes a new instance of the ScheduleTriggerRecurrence class. |
ScheduleTriggerRecurrence(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, RecurrenceSchedule) |
Initializes a new instance of the ScheduleTriggerRecurrence class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
EndTime |
Gets or sets the end time. |
Frequency |
Gets or sets the frequency. Possible values include: 'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year' |
Interval |
Gets or sets the interval. |
Schedule |
Gets or sets the recurrence schedule. |
StartTime |
Gets or sets the start time. |
TimeZone |
Gets or sets the time zone. |
Applies to
Azure SDK for .NET