windowsAutopilotDeviceIdentity 资源类型
命名空间:microsoft.graph
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
windowsAutopilotDeviceIdentity 资源表示 Windows Autopilot 设备。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 windowsAutopilotDeviceIdentities | windowsAutopilotDeviceIdentity 集合 | 列出 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
| 获取 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 读取 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
| 创建 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 创建新的 windowsAutopilotDeviceIdentity 对象。 |
| 删除 windowsAutopilotDeviceIdentity | None | 删除 windowsAutopilotDeviceIdentity。 |
| assignUserToDevice 操作 | 无 | 将用户分配到 Autopilot 设备。 |
| unassignUserFromDevice 操作 | None | 从 Autopilot 设备取消分配用户。 |
| updateDeviceProperties 操作 | None | 更新 Autopilot 设备上的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 对象的 GUID |
| groupTag | String | Windows autopilot 设备的组标记。 |
| purchaseOrderIdentifier | 字符串 | Windows autopilot 设备的采购订单标识符。 |
| serialNumber | String | Windows autopilot 设备序列号。 |
| productKey | String | Windows autopilot 设备产品密钥。 |
| manufacturer | String | Windows autopilot 设备的 Oem 制造商。 |
| model | String | Windows autopilot 设备的模型名称。 |
| enrollmentState | enrollmentState | Windows autopilot 设备的 Intune 注册状态。 可取值为:unknown、enrolled、pendingReset、failed、notContacted。 |
| lastContactedDateTime | DateTimeOffset | Windows autopilot 设备的 Intune 上次联系日期时间。 |
| addressableUserName | String | 可寻址用户名。 |
| userPrincipalName | 字符串 | 用户主体名称。 |
| resourceName | String | 资源名称。 |
| skuNumber | String | SKU 编号 |
| systemFamily | String | 系统系列 |
| azureActiveDirectoryDeviceId | String | AAD 设备 ID - 要弃用 |
| managedDeviceId | String | 托管设备 ID |
| displayName | String | 显示名称 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"groupTag": "String",
"purchaseOrderIdentifier": "String",
"serialNumber": "String",
"productKey": "String",
"manufacturer": "String",
"model": "String",
"enrollmentState": "String",
"lastContactedDateTime": "String (timestamp)",
"addressableUserName": "String",
"userPrincipalName": "String",
"resourceName": "String",
"skuNumber": "String",
"systemFamily": "String",
"azureActiveDirectoryDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String"
}
反馈
提交和查看相关反馈