deviceManagementAutopilotEvent 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
表示 Autopilot 流事件。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 对象的 UUID |
deviceId | String | 与 对象关联的设备 ID |
eventDateTime | DateTimeOffset | 事件发生的时间。 |
deviceRegisteredDateTime | DateTimeOffset | 设备注册日期。 |
enrollmentStartDateTime | DateTimeOffset | 设备注册开始日期。 |
enrollmentType | windowsAutopilotEnrollmentType | 注册类型。 可取值为:unknown 、azureADJoinedWithAutopilotProfile 、offlineDomainJoined 、azureADJoinedUsingDeviceAuthWithAutopilotProfile 、azureADJoinedUsingDeviceAuthWithoutAutopilotProfile 、azureADJoinedWithOfflineAutopilotProfile 、azureADJoinedWithWhiteGlove 、offlineDomainJoinedWithWhiteGlove 、offlineDomainJoinedWithOfflineAutopilotProfile 。 |
deviceSerialNumber | String | 设备序列号。 |
managedDeviceName | String | 托管设备名称。 |
userPrincipalName | String | 用于注册设备的用户主体名称。 |
windowsAutopilotDeploymentProfileDisplayName | String | Autopilot 配置文件名称。 |
enrollmentState | enrollmentState | 注册状态,例如“已注册”、“失败”。 可取值为:unknown 、enrolled 、pendingReset 、failed 、notContacted 、blocked 。 |
windows10EnrollmentCompletionPageConfigurationDisplayName | String | 注册状态页配置文件名称 |
windows10EnrollmentCompletionPageConfigurationId | String | 注册状态页配置文件 ID |
deploymentState | windowsAutopilotDeploymentState | 部署状态,例如 Success、Failure、InProgress、SuccessWithTimeout。 可取值为:unknown 、success 、inProgress 、failure 、successWithTimeout 、notAttempted 、disabled 、successOnRetry 。 |
deviceSetupStatus | windowsAutopilotDeploymentState | 注册状态页的设备设置阶段的部署状态。 可取值为:unknown 、success 、inProgress 、failure 、successWithTimeout 、notAttempted 、disabled 、successOnRetry 。 |
accountSetupStatus | windowsAutopilotDeploymentState | 注册状态页的帐户设置阶段的部署状态。 可取值为:unknown 、success 、inProgress 、failure 、successWithTimeout 、notAttempted 、disabled 、successOnRetry 。 |
osVersion | String | 设备操作系统版本。 |
deploymentDuration | 持续时间 | Autopilot 部署持续时间,包括注册。 |
deploymentTotalDuration | 持续时间 | 从注册到桌面屏幕的总部署持续时间。 |
devicePreparationDuration | 持续时间 | 在设备注册中花费的时间。 |
deviceSetupDuration | 持续时间 | 在设备 ESP 中花费的时间。 |
accountSetupDuration | 持续时间 | 在用户 ESP 中花费的时间。 |
deploymentStartDateTime | DateTimeOffset | 部署开始时间。 |
deploymentEndDateTime | DateTimeOffset | 部署结束时间。 |
targetedAppCount | Int32 | 目标应用程序计数。 |
targetedPolicyCount | Int32 | 目标策略计数。 |
enrollmentFailureDetails | String | 注册失败详细信息。 |
关系
关系 | 类型 | 说明 |
---|---|---|
policyStatusDetails | deviceManagementAutopilotPolicyStatusDetail 集合 | 此设备的策略和应用程序状态详细信息。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceManagementAutopilotEvent",
"id": "String (identifier)",
"deviceId": "String",
"eventDateTime": "String (timestamp)",
"deviceRegisteredDateTime": "String (timestamp)",
"enrollmentStartDateTime": "String (timestamp)",
"enrollmentType": "String",
"deviceSerialNumber": "String",
"managedDeviceName": "String",
"userPrincipalName": "String",
"windowsAutopilotDeploymentProfileDisplayName": "String",
"enrollmentState": "String",
"windows10EnrollmentCompletionPageConfigurationDisplayName": "String",
"windows10EnrollmentCompletionPageConfigurationId": "String",
"deploymentState": "String",
"deviceSetupStatus": "String",
"accountSetupStatus": "String",
"osVersion": "String",
"deploymentDuration": "String (duration)",
"deploymentTotalDuration": "String (duration)",
"devicePreparationDuration": "String (duration)",
"deviceSetupDuration": "String (duration)",
"accountSetupDuration": "String (duration)",
"deploymentStartDateTime": "String (timestamp)",
"deploymentEndDateTime": "String (timestamp)",
"targetedAppCount": 1024,
"targetedPolicyCount": 1024,
"enrollmentFailureDetails": "String"
}