Social media
Other Resources
© 2024 Parallels International GmbH. All rights reserved.
Retrieve a list of Azure Virtual Desktop Gallery Images.
Success
Image
Version
Publisher
const response = await fetch('/api/AVD/Gallery/Image', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "image": "text", "version": "text", "publisher": "text" } ]