deviceManagementAutopilotEvent 资源类型

命名空间:microsoft.graph

重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

表示 Autopilot 流事件。

方法

方法 返回类型 说明
列出 deviceManagementAutopilotEvents deviceManagementAutopilotEvent 集合 列出 deviceManagementAutopilotEvent 对象的属性和关系。
获取 deviceManagementAutopilotEvent deviceManagementAutopilotEvent 读取 deviceManagementAutopilotEvent 对象的属性和关系。
创建 deviceManagementAutopilotEvent deviceManagementAutopilotEvent 创建新的 deviceManagementAutopilotEvent 对象。
删除 deviceManagementAutopilotEvent 删除 deviceManagementAutopilotEvent
更新 deviceManagementAutopilotEvent deviceManagementAutopilotEvent 更新 deviceManagementAutopilotEvent 对象的属性。

属性

属性 类型 说明
id String 对象的 UUID
deviceId String 与 对象关联的设备 ID
userId String 与 对象关联的 UserId ID
eventDateTime DateTimeOffset 事件发生的时间。
deviceRegisteredDateTime DateTimeOffset 设备注册日期。
enrollmentStartDateTime DateTimeOffset 设备注册开始日期。
enrollmentType windowsAutopilotEnrollmentType 注册类型。 可能的值为:、、、、azureADJoinedWithWhiteGloveazureADJoinedUsingDeviceAuthWithoutAutopilotProfileazureADJoinedUsingDeviceAuthWithAutopilotProfileofflineDomainJoinedazureADJoinedWithOfflineAutopilotProfileofflineDomainJoinedWithWhiteGlove、 。 offlineDomainJoinedWithOfflineAutopilotProfileazureADJoinedWithAutopilotProfileunknown
deviceSerialNumber String 设备序列号。
managedDeviceName String 托管设备名称。
userPrincipalName String 用于注册设备的用户主体名称。
windowsAutopilotDeploymentProfileDisplayName String Autopilot 配置文件名称。
enrollmentState enrollmentState 注册状态,例如“已注册”、“失败”。 可能的值包括 unknownenrolledpendingResetfailednotContactedblocked
windows10EnrollmentCompletionPageConfigurationDisplayName String 注册状态页配置文件名称
windows10EnrollmentCompletionPageConfigurationId String 注册状态页配置文件 ID
deploymentState windowsAutopilotDeploymentState 部署状态,例如 Success、Failure、InProgress、SuccessWithTimeout。 可能的值为:unknown、、successinProgressfailuresuccessWithTimeoutnotAttempteddisabled、 。 successOnRetry
deviceSetupStatus windowsAutopilotDeploymentState 注册状态页的设备设置阶段的部署状态。 可能的值为:unknown、、successinProgressfailuresuccessWithTimeoutnotAttempteddisabled、 。 successOnRetry
accountSetupStatus windowsAutopilotDeploymentState 注册状态页的帐户设置阶段的部署状态。 可能的值为:unknown、、successinProgressfailuresuccessWithTimeoutnotAttempteddisabled、 。 successOnRetry
osVersion String 设备作系统版本。
deploymentDuration 持续时间 Autopilot 部署持续时间,包括注册。
deploymentTotalDuration 持续时间 从注册到桌面屏幕的总部署持续时间。
deviceSetupDuration 持续时间 在设备 ESP 中花费的时间。
accountSetupDuration 持续时间 在用户 ESP 中花费的时间。
deploymentStartDateTime DateTimeOffset 部署开始时间。
deploymentEndDateTime DateTimeOffset 部署结束时间。
enrollmentFailureDetails String 注册失败详细信息。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.deviceManagementAutopilotEvent",
  "id": "String (identifier)",
  "deviceId": "String",
  "userId": "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)",
  "deviceSetupDuration": "String (duration)",
  "accountSetupDuration": "String (duration)",
  "deploymentStartDateTime": "String (timestamp)",
  "deploymentEndDateTime": "String (timestamp)",
  "enrollmentFailureDetails": "String"
}