Location

List

get

Retrieve a list of Azure Virtual Desktop Provider Locations.

Query parameters
providerIdinteger · int32Optional

The Provider ID for which to retrieve the list of Azure Virtual Desktop Location.

Responses
200
Success
application/json; api-version=1.0
get
GET /api/AVD/Location HTTP/1.1
Host: 
Accept: */*
[
  {
    "name": "text",
    "displayName": "text",
    "resourceType": [
      "0 = NotFound",
      "64 = AVDWorkspace",
      "87 = AVDProvider",
      "2023 = AVDResourceGroup"
    ]
  }
]

Was this helpful?