Compartir a través de


ExecutionTriggerParametersUpdate.StartOn Property

Definition

When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'.

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

Property Value

Applies to