For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

AVD Location

namestring · nullableOptional

Name

displayNamestring · nullableOptional

Display Name

resourceTypestring · enumOptional

Resource Type

Possible values:
get/api/AVD/Location
GET /api/AVD/Location HTTP/1.1
Accept: */*
[
  {
    "name": "text",
    "displayName": "text",
    "resourceType": [
      "0 = NotFound",
      "64 = AVDWorkspace",
      "87 = AVDProvider",
      "2023 = AVDResourceGroup"
    ]
  }
]