deviceManagementAutopilotEvent リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: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 |
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"
}