userExperienceAnalyticsNotAutopilotReadyDevice リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスは、windows autopilot の準備ができていません。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | ユーザー エクスペリエンス分析 Intune デバイスの一意の識別子。 |
deviceName | String | Intune デバイスの名前。 |
シリアル番号 | String | Intune デバイスのシリアル番号。 |
manufacturer | String | Intune デバイスの製造元。 |
model | String | Intune デバイスのモデル。 |
managedBy | String | Intune デバイスが管理します。 |
autoPilotRegistered | ブール型 | Intune デバイスの autopilotRegistered。 |
autoPilotProfileAssigned | ブール型 | intune デバイスの autopilotProfileAssigned。 |
azureAdRegistered | ブール型 | Intune デバイスの azureAdRegistered。 |
azureAdJoinType | String | 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"
}