© 2024 Parallels International GmbH. All rights reserved.
Retrieve a list of Azure Virtual Desktop Versions.
Success
Name
Azure Id
const response = await fetch('/api/AVD/Version', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "azureId": "text" } ]