你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LoadMetricReport
表示负载指标报表,其中包含报告的时间指标、其名称和值。
属性
名称 | 类型 | 必需 |
---|---|---|
LastReportedUtc |
字符串(日期时间) | 否 |
Name |
字符串 | 否 |
Value |
string (int32) | 否 |
CurrentValue |
字符串(双精度) | 否 |
LastReportedUtc
类型:字符串 (日期时间)
必需:否
获取报告负载时的 UTC 时间。
Name
类型:字符串
必需:否
负载指标的名称。
Value
类型:string (int32)
必需:否
负载指标的值。 在将来的 Service Fabric 版本中,此参数将弃用,而改用 CurrentValue。
CurrentValue
类型:双) (字符串
必需:否
负载指标的值。