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