windowsAutopilotDeviceIdentity 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
windowsAutopilotDeviceIdentity 资源表示 Windows Autopilot 设备。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 windowsAutopilotDeviceIdentities | windowsAutopilotDeviceIdentity 集合 | 列出 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
| 获取 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 读取 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
| 创建 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 创建新的 windowsAutopilotDeviceIdentity 对象。 |
| 删除 windowsAutopilotDeviceIdentity | 无 | 删除 windowsAutopilotDeviceIdentity。 |
| assignUserToDevice 操作 | None | 将用户分配到 Autopilot 设备。 |
| unassignUserFromDevice 操作 | None | 从 Autopilot 设备取消分配用户。 |
| updateDeviceProperties 操作 | None | 更新 Autopilot 设备上的属性。 |
| assignResourceAccountToDevice 操作 | None | 将资源帐户分配给 Autopilot 设备。 |
| unassignResourceAccountFromDevice 操作 | None | 从 Autopilot 设备取消分配资源帐户。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 对象的 GUID |
| deploymentProfileAssignmentStatus | windowsAutopilotProfileAssignmentStatus | Windows autopilot 设备的配置文件分配状态。 可取值为:unknown、assignedInSync、assignedOutOfSync、assignedUnkownSyncState、notAssigned、pending 或 failed。 |
| deploymentProfileAssignmentDetailedStatus | windowsAutopilotProfileAssignmentDetailedStatus | Windows autopilot 设备的配置文件分配详细状态。 可取值为:none、hardwareRequirementsNotMet、surfaceHubProfileNotSupported、holoLensProfileNotSupported、windowsPcProfileNotSupported、surfaceHub2SProfileNotSupported 或 unknownFutureValue。 |
| deploymentProfileAssignedDateTime | DateTimeOffset | Windows autopilot 设备的配置文件设置时间。 |
| groupTag | String | Windows autopilot 设备的组标记。 |
| purchaseOrderIdentifier | String | Windows autopilot 设备的采购订单标识符。 |
| serialNumber | String | Windows autopilot 设备序列号。 |
| productKey | String | Windows autopilot 设备产品密钥。 |
| manufacturer | String | Windows autopilot 设备的 Oem 制造商。 |
| model | String | Windows autopilot 设备的模型名称。 |
| enrollmentState | enrollmentState | Intune Windows autopilot 设备的注册状态。 可取值为:unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| lastContactedDateTime | DateTimeOffset | Intune Windows autopilot 设备的上次联系日期时间。 |
| addressableUserName | 字符串 | 可寻址用户名。 |
| userPrincipalName | 字符串 | 用户主体名称。 |
| resourceName | String | 资源名称。 |
| skuNumber | 字符串 | SKU 编号 |
| systemFamily | String | 系统系列 |
| azureActiveDirectoryDeviceId | 字符串 | AAD 设备 ID - 要弃用 |
| azureAdDeviceId | String | AAD 设备 ID |
| managedDeviceId | String | 托管设备 ID |
| displayName | String | 显示名称 |
| deviceAccountUpn | String | Surface Hub 设备帐户 Upn |
| deviceAccountPassword | String | Surface Hub 设备帐户密码 |
| deviceFriendlyName | String | Surface Hub 设备友好名称 |
| remediationState | windowsAutopilotDeviceRemediationState | 设备修正状态。 可取值为:unknown、noRemediationRequired、automaticRemediationRequired、manualRemediationRequired、unknownFutureValue。 |
| remediationStateLastModifiedDateTime | DateTimeOffset | Autopilot 设备的 RemediationState 设置时间。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| deploymentProfile | windowsAutopilotDeploymentProfile | 当前分配给 Windows autopilot 设备的部署配置文件。 |
| intendedDeploymentProfile | windowsAutopilotDeploymentProfile | 要分配给 Windows autopilot 设备的部署配置文件。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"deploymentProfileAssignmentStatus": "String",
"deploymentProfileAssignmentDetailedStatus": "String",
"deploymentProfileAssignedDateTime": "String (timestamp)",
"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",
"azureAdDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String",
"deviceAccountUpn": "String",
"deviceAccountPassword": "String",
"deviceFriendlyName": "String",
"remediationState": "String",
"remediationStateLastModifiedDateTime": "String (timestamp)"
}
反馈
提交和查看相关反馈