BatchTaskExecutionInfo.RequeueCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of times the Task has been requeued by the Batch service as the result of a user request. When the user removes Compute Nodes from a Pool (by resizing/shrinking the pool) or when the Job is being disabled, the user can specify that running Tasks on the Compute Nodes be requeued for execution. This count tracks how many times the Task has been requeued for these reasons.
public int RequeueCount { get; }
member this.RequeueCount : int
Public ReadOnly Property RequeueCount As Integer
Property Value
Applies to
Azure SDK for .NET