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

CloudTask.Statistics 属性

定义

获取任务的资源使用情况统计信息。

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

属性值

注解

仅当 CloudTask 使用包含“stats”属性的 检索时 ExpandClause ,才会填充此属性;否则为 null。

适用于