userExperienceAnalyticsResourcePerformance 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
用户体验分析资源性能实体。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 用户体验分析资源性能实体的唯一标识符。 |
deviceId | String | 设备的 ID。 |
deviceName | String | 设备的名称。 |
model | String | 用户体验分析设备模型。 |
deviceCount | Int64 | 用户体验分析汇总的设备计数。 |
manufacturer | String | 用户体验分析设备制造商。 |
cpuSpikeTimePercentage | 双精度 | CPU 峰值时间(以百分比为单位)。 有效值为 0 至 100 |
ramSpikeTimePercentage | 双精度 | RAM 峰值时间(以百分比为单位)。 有效值为 0 至 100 |
cpuSpikeTimeScore | Int32 | 用户体验分析设备 CPU 峰值时间分数。 有效值为 0 至 100 |
cpuSpikeTimePercentageThreshold | 双精度 | cpuSpikeTimeScore 的阈值。 有效值为 0 至 100 |
ramSpikeTimeScore | Int32 | 用户体验分析设备 RAM 峰值时间分数。 有效值为 0 至 100 |
ramSpikeTimePercentageThreshold | 双精度 | ramSpikeTimeScore 的阈值。 有效值为 0 至 100 |
deviceResourcePerformanceScore | Int32 | 特定设备的资源性能分数。 有效值为 0 至 100 |
averageSpikeTimeScore | Int32 | 设备或模型类型的 AverageSpikeTimeScore。 有效值为 0 至 100 |
machineType | userExperienceAnalyticsMachineType | 帮助识别设备是物理设备还是虚拟设备。 可能的值是:unknown 、physical 、virtual 、unknownFutureValue 。 |
cpuDisplayName | String | 设备上的处理器名称,例如,第 11 代 Intel (R) Core (TM) i7。 |
totalProcessorCoreCount | Int32 | 设备处理器的核心计数。 有效值 0 到 512 |
cpuClockSpeedInMHz | 双精度 | 处理器的时钟速度(以 MHz 为单位)。 有效值 0 到 1000000 |
totalRamInMB | 双精度 | 设备的总 RAM(以 MB 为单位)。 有效值 0 到 1000000 |
diskType | diskType | 设备上使用的磁盘存储类型。 可能的值是:unknown 、hdd 、ssd 、unknownFutureValue 。 |
healthStatus | userExperienceAnalyticsHealthState | 用户体验分析模型的运行状况状态。 可取值为:unknown 、insufficientData 、needsAttention 、meetingGoals 、unknownFutureValue 。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsResourcePerformance",
"id": "String (identifier)",
"deviceId": "String",
"deviceName": "String",
"model": "String",
"deviceCount": 1024,
"manufacturer": "String",
"cpuSpikeTimePercentage": "4.2",
"ramSpikeTimePercentage": "4.2",
"cpuSpikeTimeScore": 1024,
"cpuSpikeTimePercentageThreshold": "4.2",
"ramSpikeTimeScore": 1024,
"ramSpikeTimePercentageThreshold": "4.2",
"deviceResourcePerformanceScore": 1024,
"averageSpikeTimeScore": 1024,
"machineType": "String",
"cpuDisplayName": "String",
"totalProcessorCoreCount": 1024,
"cpuClockSpeedInMHz": "4.2",
"totalRamInMB": "4.2",
"diskType": "String",
"healthStatus": "String"
}