Share via


TestRunServerMetricConfigOutput interface

Test run server metrics configuration

Properties

createdBy

The user that created.

createdDateTime

The creation datetime(ISO 8601 literal format).

lastModifiedBy

The user that last modified.

lastModifiedDateTime

The last Modified datetime(ISO 8601 literal format).

metrics

Azure resource metrics collection {metric id : metrics object} (Refer : https://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition for metric id).

testRunId

Test run identifier

Property Details

createdBy

The user that created.

createdBy?: string

Property Value

string

createdDateTime

The creation datetime(ISO 8601 literal format).

createdDateTime?: string

Property Value

string

lastModifiedBy

The user that last modified.

lastModifiedBy?: string

Property Value

string

lastModifiedDateTime

The last Modified datetime(ISO 8601 literal format).

lastModifiedDateTime?: string

Property Value

string

metrics

Azure resource metrics collection {metric id : metrics object} (Refer : https://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition for metric id).

metrics?: Record<string, ResourceMetricOutput>

Property Value

Record<string, ResourceMetricOutput>

testRunId

Test run identifier

testRunId?: string

Property Value

string