你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.