共用方式為


TaskCountsResult.TaskSlotCounts Property

Definition

Gets or sets the number of TaskSlots required by Tasks per state.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to