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

Property Value

Applies to