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

The user experience analytics device startup process details.

Methods

Method Return Type Description
List userExperienceAnalyticsDeviceStartupProcesses userExperienceAnalyticsDeviceStartupProcess collection List properties and relationships of the userExperienceAnalyticsDeviceStartupProcess objects.
Get userExperienceAnalyticsDeviceStartupProcess userExperienceAnalyticsDeviceStartupProcess Read properties and relationships of the userExperienceAnalyticsDeviceStartupProcess object.
Create userExperienceAnalyticsDeviceStartupProcess userExperienceAnalyticsDeviceStartupProcess Create a new userExperienceAnalyticsDeviceStartupProcess object.
Delete userExperienceAnalyticsDeviceStartupProcess None Deletes a userExperienceAnalyticsDeviceStartupProcess.
Update userExperienceAnalyticsDeviceStartupProcess userExperienceAnalyticsDeviceStartupProcess Update the properties of a userExperienceAnalyticsDeviceStartupProcess object.

Properties

Property Type Description
id String The unique identifier of the user experience analytics device startup process. Supports: $select, $OrderBy. Read-only.
managedDeviceId String The Intune device id of the device. Supports: $select, $OrderBy. Read-only.
processName String The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.
productName String The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.
publisher String The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.
startupImpactInMs Int32 The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess",
  "id": "String (identifier)",
  "managedDeviceId": "String",
  "processName": "String",
  "productName": "String",
  "publisher": "String",
  "startupImpactInMs": 1024
}