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

TaskExecutionInformation.RequeueCount 属性

定义

获取或设置 Batch 服务因用户请求而对 Task 重新排队的次数。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

当用户通过重设池) 大小/收缩池从池 (中删除计算节点时,或者禁用作业时,用户可以指定重新排队计算节点上运行的任务以执行。 此计数跟踪由于这些原因重新排队任务的次数。

适用于