ProjectsRoutineOptions.Triggers Property

Definition

The triggers configured for the routine. In v1, exactly one trigger entry is supported.

public System.Collections.Generic.Dictionary<string,Azure.AI.Projects.RoutineTrigger> Triggers { get; }
member this.Triggers : System.Collections.Generic.Dictionary<string, Azure.AI.Projects.RoutineTrigger>
Public ReadOnly Property Triggers As Dictionary(Of String, RoutineTrigger)

Property Value

Applies to