你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudTask.Statistics Property

Definition

Gets resource usage statistics for the task.

public Microsoft.Azure.Batch.TaskStatistics Statistics { get; }
member this.Statistics : Microsoft.Azure.Batch.TaskStatistics
Public ReadOnly Property Statistics As TaskStatistics

Property Value

Remarks

This property is populated only if the CloudTask was retrieved with an ExpandClause including the 'stats' attribute; otherwise it is null.

Applies to