ITriggeredJobHistoryProperties.Run Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of triggered web job runs.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of triggered web job runs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun) }, ReadOnly=false, Required=false, SerializedName="runs")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[] Run { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of triggered web job runs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun) }, ReadOnly=false, Required=false, SerializedName="runs")>]
member this.Run : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[] with get, set
Public Property Run As ITriggeredJobRun()
Property Value
- Attributes