Dela via


ExecutionTriggerParameters.StartOn Property

Definition

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

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

Property Value

Applies to