命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
用户体验分析应用程序性能实体包含应用程序性能详细信息。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 用户体验分析应用程序性能对象的唯一标识符。 支持:$select、$OrderBy。 只读。 |
| appHangCount | Int32 | 应用程序的挂起数。 支持:$select、$OrderBy。 只读。 有效值 -2147483648 到2147483647 |
| appHealthScore | 双精度 | 应用程序的运行状况分数。 有效值 0 到 100。 支持:$filter、$select、$OrderBy。 只读。 有效值 -1.79769313486232E+308 到 1.79769313486232E+308 |
| appHealthStatus | String | 应用程序的整体运行状况。 只读。 |
| allOrgsHealthScore | 双精度 | 所有组织中应用程序的中位数运行状况分数。 只读。 有效值 -1.79769313486232E+308 到 1.79769313486232E+308 |
| activeDeviceCount | Int32 | 应用程序的运行状况分数。 有效值 0 到 100。 支持:$filter、$select、$OrderBy。 只读。 有效值 -2147483648 到2147483647 |
| appName | String | 应用程序的名称。 可能的值为:outlook.exe、excel.exe。 支持:$select、$OrderBy。 只读。 |
| appDisplayName | String | 应用程序的友好名称。 可能的值为:Outlook、Excel。 支持:$select、$OrderBy。 只读。 |
| appPublisher | String | 应用程序的发布者。 支持:$select、$OrderBy。 只读。 |
| appUsageDuration | Int32 | 应用程序的总使用时间(以分钟为单位)。 有效值 0 到 2147483647。 支持:$select、$OrderBy。 只读。 有效值 -2147483648 到2147483647 |
| appCrashCount | Int32 | 应用程序的崩溃次数。 有效值 0 到 2147483647。 支持:$select、$OrderBy。 只读。 有效值 -2147483648 到2147483647 |
| meanTimeToFailureInMinutes | Int32 | 应用程序的平均失败时间(以分钟为单位)。 有效值 0 到 2147483647。 支持:$select、$OrderBy。 只读。 有效值 -2147483648 到2147483647 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance",
"id": "String (identifier)",
"appHangCount": 1024,
"appHealthScore": "4.2",
"appHealthStatus": "String",
"allOrgsHealthScore": "4.2",
"activeDeviceCount": 1024,
"appName": "String",
"appDisplayName": "String",
"appPublisher": "String",
"appUsageDuration": 1024,
"appCrashCount": 1024,
"meanTimeToFailureInMinutes": 1024
}