ITriggeredJobHistory.Run Property

Definition

List of triggered web job runs.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of triggered web job runs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITriggeredJobRun) }, Read=true, ReadOnly=false, Required=false, SerializedName="runs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITriggeredJobRun> Run { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of triggered web job runs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITriggeredJobRun) }, Read=true, ReadOnly=false, Required=false, SerializedName="runs", Update=true)>]
member this.Run : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITriggeredJobRun> with get, set
Public Property Run As List(Of ITriggeredJobRun)

Property Value

Attributes

Applies to