你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TaskExecutionInformation.StartTime 属性

定义

获取或设置 Task 开始运行的时间。

[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime? StartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of DateTime)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

“正在运行”对应于运行状态,因此,如果任务指定资源文件或包,则开始时间反映任务开始下载或部署这些文件的时间。 如果任务已重启或重试,则这是任务开始运行的最新时间。 此属性仅适用于处于正在运行或已完成状态的任务。

适用于