deviceManagementAutopilotEvent リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

Autopilot フロー イベントを表します。

メソッド

メソッド 戻り値の型 説明
deviceManagementAutopilotEvents の一覧表示 deviceManagementAutopilotEvent コレクション deviceManagementAutopilotEvent オブジェクトのプロパティと関係を一覧表示します。
deviceManagementAutopilotEvent を取得する deviceManagementAutopilotEvent deviceManagementAutopilotEvent オブジェクトのプロパティと関係を読み取ります。
デバイス管理AutopilotEvent の作成 deviceManagementAutopilotEvent 新しい deviceManagementAutopilotEvent オブジェクトを作成します。
deviceManagementAutopilotEvent の削除 なし deviceManagementAutopilotEvent を削除します。
deviceManagementAutopilotEvent を更新する deviceManagementAutopilotEvent deviceManagementAutopilotEvent オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String オブジェクトの UUID
deviceId 文字列 オブジェクトに関連付けられているデバイス ID
userId String オブジェクトに関連付けられているユーザー ID
eventDateTime DateTimeOffset インシデントが発生した時間。
deviceRegisteredDateTime DateTimeOffset デバイスの登録日。
enrollmentStartDateTime DateTimeOffset デバイス登録の開始日。
enrollmentType windowsAutopilotEnrollmentType 登録の種類。 可能な値は、unknownazureADJoinedWithAutopilotProfileofflineDomainJoinedazureADJoinedUsingDeviceAuthWithAutopilotProfileazureADJoinedUsingDeviceAuthWithoutAutopilotProfileazureADJoinedWithOfflineAutopilotProfileazureADJoinedWithWhiteGloveofflineDomainJoinedWithWhiteGloveofflineDomainJoinedWithOfflineAutopilotProfile です。
deviceSerialNumber 文字列 デバイスのシリアル番号。
managedDeviceName 文字列 管理対象デバイス名。
userPrincipalName String デバイスの登録に使用されるユーザー プリンシパル名。
WindowsAutopilotDeploymentProfileDisplayName 文字列 Autopilot プロファイル名。
enrollmentState enrollmentState 登録済み、失敗などの登録状態。 使用可能な値: unknownenrolledpendingResetfailednotContactedblocked
Windows10EnrollmentCompletionPageConfigurationDisplayName 文字列 登録状態ページのプロファイル名
Windows10EnrollmentCompletionPageConfigurationId 文字列 登録状態ページのプロファイル ID
deploymentState windowsAutopilotDeploymentState Success、Failure、InProgress、SuccessWithTimeout などのデプロイ状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabledsuccessOnRetry です。
deviceSetupStatus windowsAutopilotDeploymentState 登録状態ページのデバイス セットアップ フェーズの展開状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabledsuccessOnRetry です。
accountSetupStatus windowsAutopilotDeploymentState 登録状態ページのアカウント セットアップ フェーズの展開状態。 可能な値は、unknownsuccessinProgressfailuresuccessWithTimeoutnotAttempteddisabledsuccessOnRetry です。
osVersion String デバイスのオペレーティング システムのバージョン。
deploymentDuration 期間 登録を含む Autopilot の展開期間。
deploymentTotalDuration 期間 登録からデスクトップ画面までの合計展開時間。
deviceSetupDuration 期間 デバイス ESP で費やされた時間。
accountSetupDuration 期間 ユーザー ESP で費やされた時間。
deploymentStartDateTime DateTimeOffset デプロイの開始時刻。
deploymentEndDateTime DateTimeOffset デプロイの終了時刻。
enrollmentFailureDetails 文字列 登録失敗の詳細。

リレーションシップ

なし

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"
}