userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId resource type

Namespace: microsoft.graph

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

The user experience analytics application performance entity contains application performance by application version device id.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics application performance by application version device id object. 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.
processedDateTime DateTimeOffset The date and time when the statistics were last computed. 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.
appName String The name of the application.
appDisplayName String The friendly name of the application.
appPublisher String The publisher of the application.
appVersion String The version of the application.
appCrashCount Int32 The number of crashes for the app. Valid values -2147483648 to 2147483647

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
  "id": "String (identifier)",
  "deviceId": "String",
  "deviceDisplayName": "String",
  "processedDateTime": "String (timestamp)",
  "appName": "String",
  "appDisplayName": "String",
  "appPublisher": "String",
  "appVersion": "String",
  "appCrashCount": 1024
}