TestServerMetricConfigOutput interface
Test server metrics configuration
Properties
| created |
The user that created. |
| created |
The creation datetime(ISO 8601 literal format). |
| last |
The user that last modified. |
| last |
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). |
| test |
Test 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>
testId
Test identifier
testId?: string
Property Value
string