VmTemplateLibraryItemsCheckOutsSummary
The CheckOuts.Summary structure contains commonly used information about a checked out virtual machine.
Properties
string
vm
Required
Identifier of the checked out virtual machine. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine.
JSON Example
{
"vm": "string"
}