VMListResponseBody
This is a response body class for an operation.
Properties
array of
VMSummary
value
Optional
Commonly used information about the virtual machines matching the VM.FilterSpec.
JSON Example
{
"value": [
{
"cpu_count": 0,
"memory_size_MiB": 0,
"name": "string",
"power_state": "POWERED_OFF",
"vm": "string"
}
]
}