Version
Retrieve a list of Azure Virtual Desktop Versions.
Query parameters
providerIdinteger · int32Optional
The Provider ID for which to retrieve the Azure Virtual Desktop Version.
locationstringOptional
The Azure Virtual Desktop Location of the Azure Virtual Desktop Version.
publisherstringOptional
The Azure Virtual Desktop Publisher of the Azure Virtual Desktop Version.
offerstringOptional
The Azure Virtual Desktop Offer of the Azure Virtual Desktop Version.
skustringOptional
The Azure Virtual Desktop SKU of the Azure Virtual Desktop Version.
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/Version HTTP/1.1
Host:
Accept: */*
[
{
"name": "text",
"azureId": "text"
}
]
Was this helpful?