WindowsComponent
Retrieve Windows Component Custom
Path parameters
idinteger · int32Required
The ID of the optimization setting to retrieve the windows component custom list.
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/VDI/HostPool/{id}/Optimization/WindowsComponentAdds a Windows Component Custom to optimization.
Path parameters
idinteger · int32Required
The ID of the Optimization settings to add the windows component custom.
Body
aliasesstring | nullableOptional
Windows Components Alias
displayNamestring | nullableOptional
Windows Components Diplay Name
componentNamestring | nullableOptional
Windows Components Name
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/VDI/HostPool/{id}/Optimization/WindowsComponentNo content
Removes Windows Component Custom From Optimization.
Path parameters
idinteger · int32Required
The ID of the optimization setting to remove the windows component custom.
Body
componentNamestring | nullableOptional
Windows Component Name
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/VDI/HostPool/{id}/Optimization/WindowsComponentNo content
Was this helpful?