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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET