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

JobOutput.Progress 属性

定义

获取 JobOutput 是否处于“正在处理”状态,其中包含作业完成百分比。 该值是一个估计值,不用于预测作业完成时间。 若要确定 JobOutput 是否已完成,请使用 State 属性。

[Newtonsoft.Json.JsonProperty(PropertyName="progress")]
public int Progress { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="progress")>]
member this.Progress : int
Public ReadOnly Property Progress As Integer

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于