Windows Service

List

get

Retrieve Windows Service Custom

Path parameters
idinteger · int32Required

The ID of the optimization setting to retrieve the windows service custom list.

Responses
chevron-right
200

Success

application/json; api-version=1.0

Image optimization windows services

typestring · enumOptional

Details Type

Possible values:
serviceNamestring · nullableOptional

Windows Services Name

displayNamestring · nullableOptional

Windows Services Display Name

aliasesstring · nullableOptional

Windows Service Aliases

get
/api/AVD/Template/{id}/Optimization/WindowsService

Add

post

Adds a Windows Service Custom to optimization.

Path parameters
idinteger · int32Required

The ID of the Optimization settings to add the windows services custom.

Body
aliasesstring · max: 255 · nullableOptional

Windows Services Alias

displayNamestring · max: 255 · nullableOptional

Windows Services Diplay Name

serviceNamestring · max: 255 · nullableOptional

Windows Service Name

Responses
post
/api/AVD/Template/{id}/Optimization/WindowsService

No content

Delete

delete

Removes Windows Service Custom From Optimization.

Path parameters
idinteger · int32Required

The ID of the optimization setting to remove the windows Service custom.

Body
serviceNamestring · max: 255 · nullableOptional

Windows Service Name

Responses
delete
/api/AVD/Template/{id}/Optimization/WindowsService

No content

Last updated

Was this helpful?