You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/scheduled-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ In the case where there are scheduled events, the response contains an array of
161
161
| NotBefore| Time after which this event can start. The event is guaranteed to not start before this time. Will be blank if the event has already started <br><br> Example: <br><ul><li> Mon, 19 Sep 2016 18:29:47 GMT |
162
162
| Description | Description of this event. <br><br> Example: <br><ul><li> Host server is undergoing maintenance. |
163
163
| EventSource | Initiator of the event. <br><br> Example: <br><ul><li> `Platform`: This event is initiated by platform. <li>`User`: This event is initiated by user. |
164
-
| DurationInSeconds | The expected duration of the interruption caused by the event. <br><br> Example: <br><ul><li> `9`: The interruption caused by the event will last for 9 seconds. <li>`-1`: The default value used if the impact duration is either unknown or not applicable. |
164
+
| DurationInSeconds | The expected duration of the interruption caused by the event. <br><br> Example: <br><ul><li> `9`: The interruption caused by the event will last for 9 seconds. <li>`0`: The event will not interrupt the VM or impact its availability (eg. update to the network) <li>`-1`: The default value used if the impact duration is either unknown or not applicable. |
165
165
166
166
### Event Scheduling
167
167
Each event is scheduled a minimum amount of time in the future based on the event type. This time is reflected in an event's `NotBefore` property.
@@ -251,7 +251,7 @@ The `DocumentIncarnation` is changing every time there is new information in `Ev
251
251
"NotBefore": "Mon, 11 Apr 2022 22:26:58 GMT",
252
252
"Description": "Virtual machine is being paused because of a memory-preserving Live Migration operation.",
253
253
"EventSource": "Platform",
254
-
"DurationInSeconds": -1
254
+
"DurationInSeconds": 5
255
255
}
256
256
]
257
257
}
@@ -271,7 +271,7 @@ The `DocumentIncarnation` is changing every time there is new information in `Ev
271
271
"NotBefore": "",
272
272
"Description": "Virtual machine is being paused because of a memory-preserving Live Migration operation.",
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/scheduled-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ In the case where there are scheduled events, the response contains an array of
165
165
| NotBefore| Time after which this event can start. The event is guaranteed to not start before this time. Will be blank if the event has already started <br><br> Example: <br><ul><li> Mon, 19 Sep 2016 18:29:47 GMT |
166
166
| Description | Description of this event. <br><br> Example: <br><ul><li> Host server is undergoing maintenance. |
167
167
| EventSource | Initiator of the event. <br><br> Example: <br><ul><li> `Platform`: This event is initiated by platform. <li>`User`: This event is initiated by user. |
168
-
| DurationInSeconds | The expected duration of the interruption caused by the event. <br><br> Example: <br><ul><li> `9`: The interruption caused by the event will last for 9 seconds. <li>`-1`: The default value used if the impact duration is either unknown or not applicable. |
168
+
| DurationInSeconds | The expected duration of the interruption caused by the event. <br><br> Example: <br><ul><li> `9`: The interruption caused by the event will last for 9 seconds. <li>`0`: The event will not interrupt the VM or impact its availability (eg. update to the network) <li>`-1`: The default value used if the impact duration is either unknown or not applicable.|
169
169
170
170
### Event scheduling
171
171
Each event is scheduled a minimum amount of time in the future based on the event type. This time is reflected in an event's `NotBefore` property.
@@ -260,7 +260,7 @@ The `DocumentIncarnation` is changing every time there is new information in `Ev
260
260
"NotBefore": "Mon, 11 Apr 2022 22:26:58 GMT",
261
261
"Description": "Virtual machine is being paused because of a memory-preserving Live Migration operation.",
262
262
"EventSource": "Platform",
263
-
"DurationInSeconds": -1
263
+
"DurationInSeconds": 5
264
264
}
265
265
]
266
266
}
@@ -280,7 +280,7 @@ The `DocumentIncarnation` is changing every time there is new information in `Ev
280
280
"NotBefore": "",
281
281
"Description": "Virtual machine is being paused because of a memory-preserving Live Migration operation.",
0 commit comments