windows10AppsForceUpdateSchedule 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.

Windows 10 force update schedule for Apps

Properties

Property Type Description
startDateTime DateTimeOffset The start time for the force restart.
recurrence windows10AppsUpdateRecurrence Recurrence schedule. Possible values are: none, daily, weekly, monthly.
runImmediatelyIfAfterStartDateTime Boolean If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windows10AppsForceUpdateSchedule",
  "startDateTime": "String (timestamp)",
  "recurrence": "String",
  "runImmediatelyIfAfterStartDateTime": true
}