cloudPcNotificationSetting resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the settings of a point-in-time restore of a Cloud PC.

Properties

Property Type Description
restartPromptsDisabled Boolean If true, doesn't prompt the user to restart the Cloud PC. If false, prompts the user to restart Cloud PC. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcNotificationSetting",
  "restartPromptsDisabled": "Boolean"
}