次の方法で共有


TaskCountsResult.TaskSlotCounts プロパティ

定義

状態ごとのタスクに必要な TaskSlot の数を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象