Retrieve Auto-upgrade Message(s).
/api/AVD/DefaultSettings/SingleSession/AutoUpgrade/Messages
Create an Auto-upgrade Message.
/api/AVD/DefaultSettings/SingleSession/AutoUpgrade/Messages
Whether to enable or disable the message.
The title of the message.
A message that should be sent to users before the job starts.
Time interval in seconds before the job starts when the message to users should be sent.
Whether the message is sent Before/After the schedule is triggered. Send Message When can only be set to After in the case of Reboot.
0 = Before,1 = After
No body
Retrieve an Auto-upgrade Message.
/api/AVD/DefaultSettings/SingleSession/AutoUpgrade/Messages/{messageId}
The ID of the message to retrieve.
Update an Auto-upgrade Message.
/api/AVD/DefaultSettings/SingleSession/AutoUpgrade/Messages/{messageId}
The ID of the message to modify.
Whether to enable or disable the message.
The title of the message.
A message that should be sent to users before the job starts.
Time interval in seconds before the job starts when the message to users should be sent.
Whether the message is sent Before/After the schedule is triggered. Send Message When can only be set to After in the case of Reboot.
0 = Before,1 = After
No body
Delete an Auto-upgrade Message by ID.
/api/AVD/DefaultSettings/SingleSession/AutoUpgrade/Messages/{messageId}
The ID of the message to remove.
No body