共用方式為


CloudTask.Stats Property

Definition

Gets or sets resource usage statistics for the Task.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to