userExperienceAnalyticsNotAutopilotReadyDevice 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
用户体验分析设备未通过 Windows autopilot 就绪。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 用户体验分析 intune 设备的唯一标识符。 |
deviceName | String | intune 设备的名称。 |
serialNumber | String | intune 设备的序列号。 |
manufacturer | String | intune 设备的制造商。 |
model | String | intune 设备的模型。 |
managedBy | String | intune 设备的托管者。 |
autoPilotRegistered | 布尔值 | intune 设备的 autopilotRegistered。 |
autoPilotProfileAssigned | 布尔值 | intune 设备的 autopilotProfileAssigned。 |
azureAdRegistered | 布尔值 | intune 设备的 azureAdRegistered。 |
azureAdJoinType | String | intune 设备的 azure Ad joinType。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice",
"id": "String (identifier)",
"deviceName": "String",
"serialNumber": "String",
"manufacturer": "String",
"model": "String",
"managedBy": "String",
"autoPilotRegistered": true,
"autoPilotProfileAssigned": true,
"azureAdRegistered": true,
"azureAdJoinType": "String"
}