TriggeredJobHistoryInner.Runs Property

Definition

Gets or sets list of triggered web job runs.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.runs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun> Runs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.runs")>]
member this.Runs : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun> with get, set
Public Property Runs As IList(Of TriggeredJobRun)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to