Predefined Images

List

get

Retrieve a list of AVD predefined vm images.

Responses
200
Success
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?