Structure4.json

{
    "DeploymentOptions": {
        "StartAfterCreation": false
    },
    "VMs": [
        {
            "Name": "TestVM1",
            "ProcessorCount": 1,
            "MemoryStartupBytes": "1GB",
            "MemoryMaximumBytes": "4GB",
            "CheckpointType": "Disabled"
        },
        {
            "Name": "TestVM2",
            "ProcessorCount": 1,
            "MemoryStartupBytes": "1GB",
            "MemoryMaximumBytes": "4GB",
            "CheckpointType": "Disabled"
        }
    ]
}