TaskCounts.Failed 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.
Gets or sets the number of Tasks which failed. A Task fails if its result (found in the executionInfo property) is 'failure'.
[Newtonsoft.Json.JsonProperty(PropertyName="failed")]
public int Failed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failed")>]
member this.Failed : int with get, set
Public Property Failed As Integer
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET