Поделиться через


Тип ресурса deviceManagementAutopilotEvent

Пространство имен: microsoft.graph

Важный: API в версии /beta в Microsoft Graph могут быть изменены, что может привести к прерыванию работы приложений. Хотя Intune API /beta поддерживаются корпорацией Майкрософт, их следует использовать по своему усмотрению. Как правило, api /beta не рекомендуется использовать в рабочих приложениях. Чтобы определить, доступен ли API в версии 1.0, используйте селектор версий.

Примечание. API Microsoft Graph для Intune требует наличия активной лицензии Intune для клиента.

Представляет событие потока Autopilot.

Методы

Метод Возвращаемый тип Описание
Перечисление deviceManagementAutopilotEvents Коллекция deviceManagementAutopilotEvent Список свойств и связей объектов deviceManagementAutopilotEvent .
Получение deviceManagementAutopilotEvent deviceManagementAutopilotEvent Чтение свойств и связей объекта deviceManagementAutopilotEvent .
Создание deviceManagementAutopilotEvent deviceManagementAutopilotEvent Создайте объект deviceManagementAutopilotEvent .
Удаление deviceManagementAutopilotEvent Нет Удаляет deviceManagementAutopilotEvent.
Обновление deviceManagementAutopilotEvent deviceManagementAutopilotEvent Обновление свойств объекта deviceManagementAutopilotEvent .

Свойства

Свойство Тип Описание
id String UUID объекта.
deviceId String Идентификатор устройства, связанный с объектом
userId String Идентификатор UserId, связанный с объектом
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 Идентификатор профиля страницы состояния регистрации
deploymentState windowsAutopilotDeploymentState Состояние развертывания, например Успешно, Сбой, 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 Duration (Длительность) Длительность развертывания Autopilot, включая регистрацию.
deploymentTotalDuration Duration (Длительность) Общая длительность развертывания от регистрации до экрана рабочего стола.
deviceSetupDuration Duration (Длительность) Время, затраченное на esp устройства.
accountSetupDuration Duration (Длительность) Время, затраченное на пользователя 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"
}