VirtualMachineDisplayTopology
VirtualMachineDisplayTopology
This data object defines a two-dimensional, rectangular display area.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
integer As int32 As int32
x
Required
The x co-ordinate defining the start of the display rectangle.
integer As int32 As int32
y
Required
The y co-ordinate defining the start of the display rectangle.
integer As int32 As int32
width
Required
The width of the display rectangle.
integer As int32 As int32
height
Required
The height of the display rectangle.