次の方法で共有


TaskCountsResult.TaskCounts プロパティ

定義

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

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象