Loading...
Retrieve a list of AVD predefined vm images.
Success
Host Session Type
Image name
The organization that created the image
The name of a group of related images created by a publisher
An instance of an offer, such as a major release of a distribution
const response = await fetch('/api/AVD/PredefinedImages', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "imageSessionType": [ "0 = SingleSession", "1 = MultiSession" ], "displayName": "text", "publisher": "text", "offer": "text", "sku": "text" } ]