Image
Retrieve a list of Azure Virtual Desktop Gallery Images.
Query parameters
providerIdinteger · int32Optional
The Provider ID for which to retrieve the list of Azure Virtual Desktop Gallery Images.
namestringOptional
The Name of the Azure Virtual Desktop Gallery from which to retieve the Azure Virtual Desktop Gallery Images.
resourceGroupstringOptional
The Resource Group of the Azure Virtual Desktop Gallery from which to retrieve the list of Azure Virtual Desktop Gallery Images.
locationstringOptional
The Location of the Azure Virtual Desktop Gallery from which to retrieve the list of Azure Virtual Desktop Gallery Images.
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/Image HTTP/1.1
Host:
Accept: */*
[
{
"image": "text",
"version": "text",
"publisher": "text"
}
]
Was this helpful?