userExperienceAnalyticsImpactingProcess 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 top impacting process entity.
Methods
Method | Return Type | Description |
---|---|---|
List userExperienceAnalyticsImpactingProcesses | userExperienceAnalyticsImpactingProcess collection | List properties and relationships of the userExperienceAnalyticsImpactingProcess objects. |
Get userExperienceAnalyticsImpactingProcess | userExperienceAnalyticsImpactingProcess | Read properties and relationships of the userExperienceAnalyticsImpactingProcess object. |
Create userExperienceAnalyticsImpactingProcess | userExperienceAnalyticsImpactingProcess | Create a new userExperienceAnalyticsImpactingProcess object. |
Delete userExperienceAnalyticsImpactingProcess | None | Deletes a userExperienceAnalyticsImpactingProcess. |
Update userExperienceAnalyticsImpactingProcess | userExperienceAnalyticsImpactingProcess | Update the properties of a userExperienceAnalyticsImpactingProcess object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the user experience analytics top impacting process entity. |
deviceId | String | The unique identifier of the impacted device. |
category | String | The category of impacting process. |
processName | String | The process name. |
description | String | The description of process. |
publisher | String | The publisher of the process. |
impactValue | Double | The impact value of the process. Valid values 0 to 1.79769313486232E+308 |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsImpactingProcess",
"id": "String (identifier)",
"deviceId": "String",
"category": "String",
"processName": "String",
"description": "String",
"publisher": "String",
"impactValue": "4.2"
}