Auto Upgrade
Retrieve the Auto-upgrade settings of a session server with the specified ID.
Path parameters
idinteger · int32Required
The ID of a session server for which to retrieve the Auto-upgrade settings.
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/AVD/HostPool/{id}/AutoUpgradeUpdate the Auto-upgrade settings of a session server with the specified ID.
Path parameters
idinteger · int32Required
The ID of a session server for which to modify the Auto-upgrade settings.
Body
Modify the Auto-upgrade settings
enabledboolean | nullableOptional
Enable auto-upgrade maintenance window
startDateTimestring · date-time | nullableOptional
Start Date
drainModeDurationInSecsnumber · double | nullableOptional
Drain mode duration
forceLogoffSessionsboolean | nullableOptional
Force logoff sessions at the end of the drain mode period
repeatstring · enumOptionalPossible values:
Repeat Type
specificDaysstring[Flag] · enumOptionalPossible values:
Repeat Specific Days
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/AVD/HostPool/{id}/AutoUpgradeNo content
Last updated