JobScheduleStatistics.TaskRetryCount Property
Optional. Gets or sets the total number of retries during the given time range on all the tasks in jobs created under the schedule.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public long TaskRetryCount { get; set; }
public:
property long long TaskRetryCount {
long long get();
void set(long long value);
}
member TaskRetryCount : int64 with get, set
Public Property TaskRetryCount As Long
Property Value
Type: System.Int64
See Also
JobScheduleStatistics Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top