通过


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

TestServerMetricConfig interface

测试服务器指标配置

属性

createdBy

创建的用户。

createdDateTime

创建日期/时间(ISO 8601 文本格式)。

lastModifiedBy

上次修改的用户。

lastModifiedDateTime

上次修改日期时间(ISO 8601 文本格式)。

metrics

Azure 资源指标集合 {metric id : metrics object} (请参阅:https://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition 指标 ID)。

testId

测试标识符

属性详细信息

createdBy

创建的用户。

createdBy?: string

属性值

string

createdDateTime

创建日期/时间(ISO 8601 文本格式)。

createdDateTime?: string | Date

属性值

string | Date

lastModifiedBy

上次修改的用户。

lastModifiedBy?: string

属性值

string

lastModifiedDateTime

上次修改日期时间(ISO 8601 文本格式)。

lastModifiedDateTime?: string | Date

属性值

string | Date

metrics

Azure 资源指标集合 {metric id : metrics object} (请参阅:https://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition 指标 ID)。

metrics?: Record<string, ResourceMetric>

属性值

Record<string, ResourceMetric>

testId

测试标识符

testId?: string

属性值

string