Create an Auto-upgrade Message.
/api/AVD/DefaultSettings/MultiSession/AutoUpgrade/Messages
<para type="description">Whether to enable or disable the message.</para>
<para type="description">The title of the message.</para>
<para type="description">A message that should be sent to users before the job starts.</para>
<para type="description">Time interval in seconds before the job starts when the message to users should be sent.</para>
<para type="synopsis">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.</para> <para type="description"></para>
0 = Before,1 = After
No body
Retrieve an Auto-upgrade Message.
/api/AVD/DefaultSettings/MultiSession/AutoUpgrade/Messages/{messageId}
The ID of the message to retrieve.
Update an Auto-upgrade Message.
/api/AVD/DefaultSettings/MultiSession/AutoUpgrade/Messages/{messageId}
The ID of the message to modify.
<para type="description">Whether to enable or disable the message.</para>
<para type="description">The title of the message.</para>
<para type="description">A message that should be sent to users before the job starts.</para>
<para type="description">Time interval in seconds before the job starts when the message to users should be sent.</para>
<para type="synopsis">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.</para> <para type="description"></para>
0 = Before,1 = After
No body
Delete an Auto-upgrade Message by ID.
/api/AVD/DefaultSettings/MultiSession/AutoUpgrade/Messages/{messageId}
The ID of the message to remove.
No body