userExperienceAnalyticsDeviceStartupProcessPerformance リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスのスタートアップ プロセスのパフォーマンス。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | ユーザー エクスペリエンス分析デバイスのスタートアップ プロセスのパフォーマンスの一意識別子。 サポート: $select、$OrderBy。 読み取り専用です。 |
processName | String | スタートアップ プロセスの名前。 例: outlook、excel。 サポート: $select、$OrderBy。 読み取り専用です。 |
productName | String | スタートアップ プロセスの製品名。 例: Microsoft Outlook、Microsoft Excel。 サポート: $select、$OrderBy。 読み取り専用です。 |
publisher | String | スタートアップ プロセスの発行元。 例: Microsoft Corporation、Contoso Corp. サポート: $select、$OrderBy。 読み取り専用です。 |
deviceCount | Int64 | 起動時にこのプロセスを開始したデバイスの数。 サポート: $filter、$select、$OrderBy。 読み取り専用です。 |
medianImpactInMs | Int64 | 起動プロセスがデバイスの起動時間に与える影響の中央値 (ミリ秒単位)。 サポート: $filter、$select、$OrderBy。 読み取り専用です。 |
totalImpactInMs | Int64 | 起動プロセスがデバイスの起動時間に与える影響の合計 (ミリ秒単位)。 サポート: $filter、$select、$OrderBy。 読み取り専用です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance",
"id": "String (identifier)",
"processName": "String",
"productName": "String",
"publisher": "String",
"deviceCount": 1024,
"medianImpactInMs": 1024,
"totalImpactInMs": 1024
}