Assignment
Path parameters
idinteger · int32Required
The ID of an AVD Host Pool for which to retrieve the Assignment settings.
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/AVD/HostPool/{id}/AssignmentPath parameters
idinteger · int32Required
The ID of an AVD Host Pool for which to modify the Assignment settings.
Body
Add a user or group account to the AVD Host Pool Assignment list
accountstring · min: 1 · max: 255 · nullableOptional
The name of the account to add to the Assignments.
sidstring · min: 1 · max: 255 · nullableOptional
The SID of the account to add to the Assignments.
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/AVD/HostPool/{id}/AssignmentNo content
Path parameters
idinteger · int32Required
The ID of an AVD Host Pool for which to modify the Assignment settings.
Body
Remove a user or group account from the AVD Host Pool Assignment list
accountstring · min: 1 · max: 255 · nullableOptional
The name of the account to remove from the Assignments.
sidstring · min: 1 · max: 255 · nullableOptional
The SID of the account to remove from the Assignments.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/AVD/HostPool/{id}/AssignmentNo content
Last updated