RerunTumblingWindowTrigger 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 RerunTumblingWindowTrigger.
public RerunTumblingWindowTrigger (BinaryData parentTrigger, DateTimeOffset requestedStartOn, DateTimeOffset requestedEndOn, int rerunConcurrency);
new Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger : BinaryData * DateTimeOffset * DateTimeOffset * int -> Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger
Public Sub New (parentTrigger As BinaryData, requestedStartOn As DateTimeOffset, requestedEndOn As DateTimeOffset, rerunConcurrency As Integer)
Parameters
- parentTrigger
- BinaryData
The parent trigger reference.
- requestedStartOn
- DateTimeOffset
The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
- requestedEndOn
- DateTimeOffset
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.
Exceptions
parentTrigger
is null.
Applies to
Azure SDK for .NET