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

BatchPoolStatistics interface

包含池生存期的利用率和资源使用情况统计信息。

属性

lastUpdateTime

统计数据最后更新的时间。 所有统计数据均限于startTime到lastUpdateTime之间的范围。

resourceStatistics

与池中计算节点资源消耗相关的统计数据。

startTime

统计数据涵盖的时间范围的开始时间。

url

统计数据的网址。

usageStatistics

与池使用相关的统计数据,例如使用的核心时间。

属性详细信息

lastUpdateTime

统计数据最后更新的时间。 所有统计数据均限于startTime到lastUpdateTime之间的范围。

lastUpdateTime: Date

属性值

Date

resourceStatistics

与池中计算节点资源消耗相关的统计数据。

resourceStatistics?: BatchPoolResourceStatistics

属性值

startTime

统计数据涵盖的时间范围的开始时间。

startTime: Date

属性值

Date

url

统计数据的网址。

url: string

属性值

string

usageStatistics

与池使用相关的统计数据,例如使用的核心时间。

usageStatistics?: BatchPoolUsageStatistics

属性值