winGetAppRestartSettings resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties describing restart coordination following an app installation.
Properties
Property | Type | Description |
---|---|---|
gracePeriodInMinutes | Int32 | The number of minutes to wait before restarting the device after an app installation. |
countdownDisplayBeforeRestartInMinutes | Int32 | The number of minutes before the restart time to display the countdown dialog for pending restarts. |
restartNotificationSnoozeDurationInMinutes | Int32 | The number of minutes to snooze the restart notification dialog when the snooze button is selected. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.winGetAppRestartSettings",
"gracePeriodInMinutes": 1024,
"countdownDisplayBeforeRestartInMinutes": 1024,
"restartNotificationSnoozeDurationInMinutes": 1024
}