Retrieve Default Windows Custom Component
The Site ID of the optimization setting to retrieve the windows component custom list.
Success
Unauthorized
Not Found
GET /api/AVD/DefaultSettings/SingleSession/Optimization/WindowsComponent HTTP/1.1
Host:
Accept: */*
[
{
"type": [
"0 = Predefined",
"1 = Custom"
],
"componentName": "text",
"displayName": "text",
"aliases": "text"
}
]Adds a default Windows Component Custom to optimization.
The site ID of the Optimization settings to retrieve the windows component custom.
Windows Components Alias
Windows Components Diplay Name
Windows Components Name
Created
Unauthorized
Not Found
Conflict
POST /api/AVD/DefaultSettings/SingleSession/Optimization/WindowsComponent HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 62
{
"aliases": "text",
"displayName": "text",
"componentName": "text"
}No content
Removes Default Windows Component Custom From Optimization.
The Site ID of the optimization setting to remove the windows component custom.
Windows Component Name
No Content
Unauthorized
Not Found
DELETE /api/AVD/DefaultSettings/SingleSession/Optimization/WindowsComponent HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 24
{
"componentName": "text"
}No content