Condividi tramite


ITriggeredJobHistoryProperties.Run Property

Definition

List of triggered web job runs.

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

Property Value

Attributes

Applies to