TaskCountsResult.TaskCounts Property

Definition

Gets or sets the number of Tasks per state.

[Newtonsoft.Json.JsonProperty(PropertyName="taskCounts")]
public Microsoft.Azure.Batch.Protocol.Models.TaskCounts TaskCounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="taskCounts")>]
member this.TaskCounts : Microsoft.Azure.Batch.Protocol.Models.TaskCounts with get, set
Public Property TaskCounts As TaskCounts

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to