Templated
Creates Azure Virtual Desktop Hosts from a Templated Azure Virtual Desktop Host Pool.
Query parameters
siteIdinteger · int32Optional
Site ID for which to create the Azure Virtual Desktop Host (optional)
Body
hostPoolIdinteger · int32Required
Host Pool Id of the AVD Host.
numberOfHostsinteger · int32Required
Number of Hosts to create from template.
Responses
204
No Content
No content
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
post
/api/Provider/VM/AVDHost/TemplatedNo content
Removes Azure Virtual Desktop Hosts from a Templated Azure Virtual Desktop Host Pool.
Path parameters
providerIdinteger · int32Required
The Templated Azure Virtual Desktop Host Pool ID from which to remove the Azure Virtual Desktop Hosts.
idstringRequired
The ID of the target host VM.
Query parameters
siteIdinteger · int32Optional
Site ID for which to remove the Azure Virtual Desktop Host (optional)
Responses
204
No Content
No content
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
delete
/api/Provider/{providerId}/VM/{id}/AVDHost/TemplatedNo content
Was this helpful?