VMRegisterRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification of the location of the virtual machine files and the placement of the new virtual machine.
JSON Example
{
"spec": {
"placement": {
"folder": "string"
}
}
}