userExperienceAnalyticsAppHealthDevicePerformanceDetails resource type

Namespace: microsoft.graph

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

The user experience analytics device performance entity contains device performance details.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics device performance details object. Supports: $select, $OrderBy. Read-only.
eventDateTime DateTimeOffset The time the event occurred. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.
eventType String The type of the event. Supports: $select, $OrderBy. Read-only.
appDisplayName String The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
appPublisher String The publisher of the application. Supports: $select, $OrderBy. Read-only.
appVersion String The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.
deviceId String The Intune device id of the device. Supports: $select, $OrderBy. Read-only.
deviceDisplayName String The name of the device. Supports: $select, $OrderBy. Read-only.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails",
  "id": "String (identifier)",
  "eventDateTime": "String (timestamp)",
  "eventType": "String",
  "appDisplayName": "String",
  "appPublisher": "String",
  "appVersion": "String",
  "deviceId": "String",
  "deviceDisplayName": "String"
}