CloudPool.Stats Property

Definition

Gets or sets utilization and resource usage statistics for the entire lifetime of the Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.

Applies to