Predefined Images
Retrieve a list of AVD predefined vm images.
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
GET /api/AVD/PredefinedImages HTTP/1.1
Host:
Accept: */*
[
{
"imageSessionType": [
"0 = SingleSession",
"1 = MultiSession"
],
"displayName": "text",
"publisher": "text",
"offer": "text",
"sku": "text"
}
]
Was this helpful?