Share via


TriggerProperties.TimerTriggers Property

Definition

Gets or sets the collection of timer triggers.

[Newtonsoft.Json.JsonProperty(PropertyName="timerTriggers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger> TimerTriggers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timerTriggers")>]
member this.TimerTriggers : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger> with get, set
Public Property TimerTriggers As IList(Of TimerTrigger)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to