ArrayOfPerfEntityMetric
ArrayOfPerfEntityMetric
A boxed array of PerfEntityMetric. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sampleInfo": [
{
"_typeName": "string",
"timestamp": "string",
"interval": 0
}
],
"value": [
{
"_typeName": "string",
"id": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
}
}
]
}
]
}