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 Azure.Provisioning.BicepValue<int> Interval { get; set; }
member this.Interval : Azure.Provisioning.BicepValue<int> with get, set
Public Property Interval As BicepValue(Of Integer)

Property Value

Applies to