Share via


ExecutionTriggerParameters.EndBy Property

Definition

When to end 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<DateTimeOffset> EndBy { get; set; }
member this.EndBy : Azure.Provisioning.BicepValue<DateTimeOffset> with get, set
Public Property EndBy As BicepValue(Of DateTimeOffset)

Property Value

Applies to