ScheduleTriggerRecurrence Constructors
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.
Overloads
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. |
ScheduleTriggerRecurrence()
Initializes a new instance of the ScheduleTriggerRecurrence class.
public ScheduleTriggerRecurrence ();
Public Sub New ()
Applies to
ScheduleTriggerRecurrence(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, RecurrenceSchedule)
Initializes a new instance of the ScheduleTriggerRecurrence class.
public ScheduleTriggerRecurrence (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string frequency = default, int? interval = default, DateTime? startTime = default, DateTime? endTime = default, string timeZone = default, Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule schedule = default);
new Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string * Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule -> Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional frequency As String = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeZone As String = Nothing, Optional schedule As RecurrenceSchedule = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- frequency
- String
The frequency. Possible values include: 'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'
- timeZone
- String
The time zone.
- schedule
- RecurrenceSchedule
The recurrence schedule.
Applies to
Azure SDK for .NET