Compartilhar via


IJobExecution.EndTime Property

Definition

Job execution end time.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Job execution end time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="endTime", Update=true)]
public DateTime? EndTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Job execution end time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="endTime", Update=true)>]
member this.EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to