Share via


ITriggeredWebJob.LatestRunEndTime Property

Definition

End time.

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

Property Value

Attributes

Applies to