ArmDataFactoryModelFactory.RerunTumblingWindowTrigger Method
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 static Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger RerunTumblingWindowTrigger (string description = default, Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState? runtimeState = default, System.Collections.Generic.IEnumerable<BinaryData> annotations = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, BinaryData parentTrigger = default, DateTimeOffset requestedStartOn = default, DateTimeOffset requestedEndOn = default, int rerunConcurrency = 0);
static member RerunTumblingWindowTrigger : string * Nullable<Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState> * seq<BinaryData> * System.Collections.Generic.IDictionary<string, BinaryData> * BinaryData * DateTimeOffset * DateTimeOffset * int -> Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger
Public Shared Function RerunTumblingWindowTrigger (Optional description As String = Nothing, Optional runtimeState As Nullable(Of DataFactoryTriggerRuntimeState) = Nothing, Optional annotations As IEnumerable(Of BinaryData) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional parentTrigger As BinaryData = Nothing, Optional requestedStartOn As DateTimeOffset = Nothing, Optional requestedEndOn As DateTimeOffset = Nothing, Optional rerunConcurrency As Integer = 0) As RerunTumblingWindowTrigger
Parameters
- description
- String
Trigger description.
- runtimeState
- Nullable<DataFactoryTriggerRuntimeState>
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
- annotations
- IEnumerable<BinaryData>
List of tags that can be used for describing the trigger.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
- 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.
Returns
A new RerunTumblingWindowTrigger instance for mocking.
Applies to
Azure SDK for .NET