Provider
Retrieve a list of Azure Virtual Desktop Provider VMSizes.
Query parameters
idinteger · int32Optional
The Provider ID for which to retrieve the list of Azure Virtual Desktop Resource Groups.
locationstringOptional
The Azure Virtual Desktop Location of the Azure Virtual Desktop VM Sizes.
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/VMSize/Provider HTTP/1.1
Host:
Accept: */*
[
{
"vmSize": "text",
"offering": "text",
"family": "text",
"vcpUs": 1,
"ram": "text",
"dataDisk": 1,
"maximumIOPS": "text",
"tempStorage": 1,
"premiumDiskSupport": [
"0 = No",
"1 = Yes"
]
}
]
Was this helpful?