ITriggeredWebJob.LatestRunStatus Property

Definition

Job status.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Job status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus? LatestRunStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Job status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.LatestRunStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus> with get, set
Public Property LatestRunStatus As Nullable(Of TriggeredWebJobStatus)

Property Value

Attributes

Applies to