VHD Locations
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves FSLogix Office Container VHDLocation List of a Site Defaults object.
The SiteId of a Site Defaults object for which to retrieve the FSLogix Office Container settings (optional).
GET /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host:
Accept: */*
[
"text"
]
Adds a VHDLocation to the VHDLocation List of the FSLogix Office Container settings.
The Site ID of an object for which to modify the FSLogix Office Container settings (optional).
Add a new VHDLocation to the FSLogix VHDLocation list
Specifies the 'VHDLocation' path to add to the VHDLocation List.
POST /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
"vhdLocation": "text"
}
No content
Remove a VHDLocation from the VHDLocation List of the FSLogix Office Container settings.
The Site ID of an object for which to modify the FSLogix Office Container settings (optional).
Remove a VHDLocation from the FSLogix VHDLocation list
Specifies the 'VHDLocation' path to remove from the VHDLocation List.
DELETE /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
"vhdLocation": "text"
}
No content