你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PerfMonSample interface
Performance monitor sample in a set.
Properties
instance |
Name of the server on which the measurement is made. |
time | Point in time for which counter was measured. |
value | Value of counter at a certain time. |
Property Details
instanceName
Name of the server on which the measurement is made.
instanceName?: string
Property Value
string
time
Point in time for which counter was measured.
time?: Date
Property Value
Date
value
Value of counter at a certain time.
value?: number
Property Value
number