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

ComputeNode.TotalTasksSucceeded 属性

定义

获取或设置在计算节点上成功完成 (且 exitCode 0) 的作业任务的总数。 这包括作业管理器任务和普通任务,但不包括作业准备、作业发布或启动任务。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于