ArrayOfVirtualMachineDisplayTopology
ArrayOfVirtualMachineDisplayTopology
A boxed array of VirtualMachineDisplayTopology. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
]
}