Standalone

Create Standalone

post

Creates an Azure Virtual Desktop Host from a Standalone 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.

azureIdstring | nullableRequired

The Azure Host ID of the AVD Host. Found as Resource ID in Azure.

Responses
204
No Content
post
POST /api/Provider/VM/AVDHost/Standalone HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 33

{
  "hostPoolId": 1,
  "azureId": "text"
}

No content

Remove Standalone

delete

Removes an Azure Virtual Desktop Host from a Standalone Azure Virtual Desktop Host Pool.

Query parameters
siteIdinteger · int32Optional

Site ID for which to remove the Azure Virtual Desktop Host (optional)

Body
hostPoolIdinteger · int32Required

Host Pool Id.

azureIdstring | nullableRequired

The Azure Host ID.

Responses
204
No Content
delete
DELETE /api/Provider/VM/AVDHost/Standalone HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 33

{
  "hostPoolId": 1,
  "azureId": "text"
}

No content

Was this helpful?