名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスは、Windows Autopilot に対応していません。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | ユーザー エクスペリエンス分析の Intune デバイスの一意識別子。 |
| deviceName | 文字列 | Intune デバイスの名前。 |
| シリアル番号 | 文字列 | Intune デバイスのシリアル番号。 |
| manufacturer | 文字列 | Intune デバイスの製造元。 |
| model | 文字列 | Intune デバイスのモデル。 |
| managedBy | 文字列 | Intune デバイスの管理元。 |
| autoPilotRegistered | ブール型 | Intune デバイスの autopilotRegistered。 |
| autoPilotProfileAssigned | ブール型 | Intune デバイスの autopilotProfileAssigned。 |
| azureAdRegistered | ブール型 | Intune デバイスの azureAdRegistered。 |
| azureAdJoinType | 文字列 | Intune デバイスの Azure Ad joinType。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice",
"id": "String (identifier)",
"deviceName": "String",
"serialNumber": "String",
"manufacturer": "String",
"model": "String",
"managedBy": "String",
"autoPilotRegistered": true,
"autoPilotProfileAssigned": true,
"azureAdRegistered": true,
"azureAdJoinType": "String"
}