userExperienceAnalyticsAppHealthAppPerformanceByOSVersion 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 app performance details by OS version.

Methods

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

Properties

Property Type Description
id String The unique identifier of the user experience analytics application performance by OS version object. Supports: $select, $OrderBy. Read-only.
osVersion String The OS version of the application. Supports: $select, $OrderBy. Read-only.
osBuildNumber String The OS build number of the application. Supports: $select, $OrderBy. Read-only.
activeDeviceCount Int32 The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
appName String The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
appDisplayName String The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.
appPublisher String The publisher of the application. Supports: $select, $OrderBy. Read-only.
appUsageDuration Int32 The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
appCrashCount Int32 The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
meanTimeToFailureInMinutes Int32 The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
  "id": "String (identifier)",
  "osVersion": "String",
  "osBuildNumber": "String",
  "activeDeviceCount": 1024,
  "appName": "String",
  "appDisplayName": "String",
  "appPublisher": "String",
  "appUsageDuration": 1024,
  "appCrashCount": 1024,
  "meanTimeToFailureInMinutes": 1024
}