Share via


ExecutionTriggerParameters.StartFrom Property

Definition

When to start 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 DateTimeOffset? StartFrom { get; set; }
member this.StartFrom : Nullable<DateTimeOffset> with get, set
Public Property StartFrom As Nullable(Of DateTimeOffset)

Property Value

Applies to