© 2024 Parallels International GmbH. All rights reserved.
Retrieve a list of Azure Virtual Desktop Provider Locations.
Success
Name
Display Name
Resource Type
const response = await fetch('/api/AVD/Location', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "displayName": "text", "resourceType": [ "0 = NotFound", "64 = AVDWorkspace", "87 = AVDProvider", "2023 = AVDResourceGroup" ] } ]