Share via


ExecutionTriggerParameters.Interval Property

Definition

Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'.

public int? Interval { get; set; }
member this.Interval : Nullable<int> with get, set
Public Property Interval As Nullable(Of Integer)

Property Value

Applies to