RerunTumblingWindowTrigger 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
RerunTumblingWindowTrigger() |
Initializes a new instance of the RerunTumblingWindowTrigger class. |
RerunTumblingWindowTrigger(Object, DateTime, DateTime, Int32, IDictionary<String,Object>, String, String, IList<Object>) |
Initializes a new instance of the RerunTumblingWindowTrigger class. |
RerunTumblingWindowTrigger()
Initializes a new instance of the RerunTumblingWindowTrigger class.
public RerunTumblingWindowTrigger ();
Public Sub New ()
Applies to
RerunTumblingWindowTrigger(Object, DateTime, DateTime, Int32, IDictionary<String,Object>, String, String, IList<Object>)
Initializes a new instance of the RerunTumblingWindowTrigger class.
public RerunTumblingWindowTrigger (object parentTrigger, DateTime requestedStartTime, DateTime requestedEndTime, int rerunConcurrency, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, string runtimeState = default, System.Collections.Generic.IList<object> annotations = default);
new Microsoft.Azure.Management.DataFactory.Models.RerunTumblingWindowTrigger : obj * DateTime * DateTime * int * System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.DataFactory.Models.RerunTumblingWindowTrigger
Public Sub New (parentTrigger As Object, requestedStartTime As DateTime, requestedEndTime As DateTime, rerunConcurrency As Integer, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional runtimeState As String = Nothing, Optional annotations As IList(Of Object) = Nothing)
Parameters
- parentTrigger
- Object
The parent trigger reference.
- requestedStartTime
- DateTime
The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
- requestedEndTime
- DateTime
The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
- rerunConcurrency
- Int32
The max number of parallel time windows (ready for execution) for which a rerun is triggered.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Trigger description.
- runtimeState
- String
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled'
Applies to
Azure SDK for .NET