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

BatchJobStatistics.FailedTasksCount Property

Definition

The total number of Tasks in the Job that failed during the given time range. A Task fails if it exhausts its maximum retry count without returning exit code 0.

public long FailedTasksCount { get; }
member this.FailedTasksCount : int64
Public ReadOnly Property FailedTasksCount As Long

Property Value

Applies to