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

Gallery

get

Retrieve a list of Azure Virtual Desktop Galleries.

Query parameters
providerIdinteger · int32Optional

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

Responses
200

Success

application/json; api-version=1.0

AVD Gallery

namestring · nullableOptional

Name

resourceGroupstring · nullableOptional

Resource Group

azureIdstring · nullableOptional

Azure Id

get/api/AVD/Gallery
GET /api/AVD/Gallery HTTP/1.1
Accept: */*
[
  {
    "name": "text",
    "resourceGroup": "text",
    "azureId": "text"
  }
]

Last updated