Host Pool - Update
Update a HostPool
Updates a Rds HostPools associated with the Tenant and TenantGroup specified in the Rds context.
PATCH https://rdbroker.wvd.microsoft.com/RdsManagement/V1/TenantGroups/{tenantGroupName}/Tenants/{tenantName}/HostPools/{hostPoolName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
host
|
path | True |
string |
The desired HostPool name |
|
tenant
|
path | True |
string |
The desired Tenant Group name. |
|
tenant
|
path | True |
string |
The desired Tenant name. |
Responses
| Name | Type | Description |
|---|---|---|
| 400 Bad Request |
HostPoolCannotBeUpdated |
|
| 404 Not Found |
TenantNotFound,HostPoolNotFound |