命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
用户体验分析远程连接实体。 该报告将于 2024 年 12 月 31 日停用。 现在可以通过 开始使用云电脑连接质量报告 https://learn.microsoft.com/windows-365/enterprise/report-cloud-pc-connection-quality。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 用户体验分析远程连接实体的唯一标识符。 |
| deviceId | String | 设备的 ID。 |
| deviceName | String | 设备的名称。 |
| model | String | 用户体验分析设备模型。 |
| virtualNetwork | String | 用户体验分析虚拟网络。 |
| manufacturer | String | 用户体验分析制造商。 |
| deviceCount | Int32 | 远程连接的计数。 有效值 0 到 2147483647 |
| cloudPcRoundTripTime | 双精度 | 云电脑设备的圆形提示时间。 有效值 0 到 1.79769313486232E+308 |
| cloudPcSignInTime | 双精度 | 云电脑设备的登录时间。 有效值 0 到 1.79769313486232E+308 |
| remoteSignInTime | 双精度 | 云电脑设备的远程登录时间。 有效值 0 到 1.79769313486232E+308 |
| coreBootTime | 双精度 | 云电脑设备的核心启动时间。 有效值 0 到 1.79769313486232E+308 |
| coreSignInTime | 双精度 | 云电脑设备的核心登录时间。 有效值 0 到 1.79769313486232E+308 |
| cloudPcFailurePercentage | 双精度 | 云电脑设备的登录失败百分比。 有效值为 0 至 100 |
| userPrincipalName | String | 用户体验分析 userPrincipalName。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsRemoteConnection",
"id": "String (identifier)",
"deviceId": "String",
"deviceName": "String",
"model": "String",
"virtualNetwork": "String",
"manufacturer": "String",
"deviceCount": 1024,
"cloudPcRoundTripTime": "4.2",
"cloudPcSignInTime": "4.2",
"remoteSignInTime": "4.2",
"coreBootTime": "4.2",
"coreSignInTime": "4.2",
"cloudPcFailurePercentage": "4.2",
"userPrincipalName": "String"
}