userExperienceAnalyticsMetric resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics metric.
value Double The value of the user experience analytics metric.
unit String The unit of the user experience analytics metric. Examples: none, percentage, count, seconds, score.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsMetric",
  "id": "String (identifier)",
  "value": "4.2",
  "unit": "String"
}