deviceManagementAutopilotEvent リソースの種類

名前空間: microsoft.graph

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

自動パイロット フロー イベントを表します。

メソッド

メソッド 戻り値の型 説明
deviceManagementAutopilotEvents の一覧 deviceManagementAutopilotEvent コレクション deviceManagementAutopilotEvent オブジェクトのプロパティとリレーションシップを一覧表示します。
Get deviceManagementAutopilotEvent deviceManagementAutopilotEvent deviceManagementAutopilotEvent オブジェクトのプロパティとリレーションシップを読み取る。
deviceManagementAutopilotEvent の作成 deviceManagementAutopilotEvent 新しい deviceManagementAutopilotEvent オブジェクトを作成 します。
DeviceManagementAutopilotEvent の削除 なし deviceManagementAutopilotEvent を削除します
deviceManagementAutopilotEvent の更新 deviceManagementAutopilotEvent deviceManagementAutopilotEvent オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String オブジェクトの UUID
deviceId String オブジェクトに関連付けられたデバイス ID
eventDateTime DateTimeOffset インシデントが発生した時間。
deviceRegisteredDateTime DateTimeOffset デバイスの登録日。
enrollmentStartDateTime DateTimeOffset デバイス登録の開始日。
enrollmentType windowsAutopilotEnrollmentType 登録の種類。 可能な値は、unknownazureADJoinedWithAutopilotProfileofflineDomainJoinedazureADJoinedUsingDeviceAuthWithAutopilotProfileazureADJoinedUsingDeviceAuthWithoutAutopilotProfileazureADJoinedWithOfflineAutopilotProfileazureADJoinedWithWhiteGloveofflineDomainJoinedWithWhiteGloveofflineDomainJoinedWithOfflineAutopilotProfile です。
deviceSerialNumber String デバイスのシリアル番号。
managedDeviceName String 管理対象デバイス名。
userPrincipalName String デバイスの登録に使用されるユーザー プリンシパル名。
windowsAutopilotDeploymentProfileDisplayName String Autopilot プロファイル名。
enrollmentState enrollmentState 登録状態 (登録、失敗) など。 使用可能な値: unknownenrolledpendingResetfailednotContactedblocked
windows10EnrollmentCompletionPageConfigurationDisplayName String 登録状態ページのプロファイル名
windows10EnrollmentCompletionPageConfigurationId String 登録状態ページのプロファイル ID
deploymentState windowsAutopilotDeploymentState 成功、失敗、InProgress、SuccessWithTimeout のような展開状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabled です。
deviceSetupStatus windowsAutopilotDeploymentState 登録状態ページのデバイスセットアップ フェーズの展開状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabled です。
accountSetupStatus windowsAutopilotDeploymentState 登録状態ページアカウントのセットアップ フェーズの展開状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabled です。
osVersion String デバイス オペレーティング システムのバージョン。
deploymentDuration Duration 登録を含む自動パイロット展開期間。
deploymentTotalDuration Duration 登録からデスクトップ画面への展開の合計期間。
devicePreparationDuration Duration デバイスの登録に費やされた時間。
deviceSetupDuration Duration デバイス ESP で費やされた時間。
accountSetupDuration Duration ユーザー 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"
}