userExperienceAnalyticsDeviceStartupProcess リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスのスタートアップ プロセスの詳細。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | ユーザー エクスペリエンス分析デバイスの起動プロセスの一意の識別子。 サポート: $select、$OrderBy。 読み取り専用です。 |
managedDeviceId | String | デバイスのIntuneデバイス ID。 サポート: $select、$OrderBy。 読み取り専用です。 |
processName | String | プロセスの名前。 例: outlook、excel。 サポート: $select、$OrderBy。 読み取り専用です。 |
productName | String | プロセスの製品名。 例: Microsoft Outlook、Microsoft Excel。 サポート: $select、$OrderBy。 読み取り専用です。 |
publisher | String | プロセスの発行元。 例: Microsoft Corporation、Contoso Corp. サポート: $select、$OrderBy。 読み取り専用です。 |
startupImpactInMs | Int32 | 起動プロセスがデバイスの起動時間に与える影響 (ミリ秒単位)。 サポート: $select、$OrderBy。 読み取り専用です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess",
"id": "String (identifier)",
"managedDeviceId": "String",
"processName": "String",
"productName": "String",
"publisher": "String",
"startupImpactInMs": 1024
}