Gallery
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
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
get
GET /api/AVD/Gallery HTTP/1.1
Host:
Accept: */*
[
{
"name": "text",
"resourceGroup": "text",
"azureId": "text"
}
]
Last updated
Was this helpful?