VHD Locations
Path parameters
idinteger · int32Required
The ID of a session server for which to retrieve the FSLogix Office Container settings.
Responses
200
Success
application/json; api-version=1.0
Responsestring[]
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/AVD/HostPool/{id}/FSLogix/OfficeContainer/VHDLocationsPath parameters
idinteger · int32Required
The ID of a session server for which to modify the FSLogix Office Container settings.
Body
Add a new VHDLocation to the FSLogix VHDLocation list
vhdLocationstring · min: 1 · max: 255 · nullableRequired
Specifies the 'VHDLocation' path to add to the VHDLocation List.
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}/FSLogix/OfficeContainer/VHDLocationsNo content
Path parameters
idinteger · int32Required
The ID of a session server for which to modify the FSLogix Office Container settings.
Body
Remove a VHDLocation from the FSLogix VHDLocation list
vhdLocationstring · min: 1 · max: 255 · nullableRequired
Specifies the 'VHDLocation' path to remove from the VHDLocation List.
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}/FSLogix/OfficeContainer/VHDLocationsNo content
Last updated