次の方法で共有


CloudTask.Stats プロパティ

定義

タスクのリソース使用量の統計情報を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象