Partager via


TriggerParametersUpdate.StartFrom Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public DateTime? StartFrom { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.StartFrom : Nullable<DateTime> with get, set
Public Property StartFrom As Nullable(Of DateTime)

Property Value

Implements

Attributes

Applies to