© 2024 Parallels International GmbH. All rights reserved.
Retrieve a list of Azure Virtual Desktop Provider VMSizes.
Success
VM Size
Offering
Family
Virtual CPUs
RAM (GiB)
Data Disk Count
Maximum IOPS
Temparary Storage (MB)
Binary Choice.
const response = await fetch('/api/AVD/VMSize/Provider', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "vmSize": "text", "offering": "text", "family": "text", "ram": "text", "maximumIOPS": "text", "premiumDiskSupport": [ "0 = No", "1 = Yes" ] } ]