userExperienceAnalyticsDeviceStartupProcessPerformance リソースの種類
名前空間: microsoft.graph
大事な: Microsoft Graph /beta バージョンの API は変更される可能性があります。実稼働環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析デバイスの起動プロセスのパフォーマンス。
メソッド
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| id | String | ユーザー エクスペリエンス分析デバイスの起動プロセスのパフォーマンスの一意の識別子。 |
| processName | String | ユーザー エクスペリエンス分析デバイスの起動プロセス名。 |
| productName | 文字列型 (String) | ユーザー エクスペリエンス分析デバイスの起動プロセスの製品名。 |
| publisher | String | ユーザー エクスペリエンス分析デバイスの起動プロセス発行元。 |
| deviceCount | Int64 | ユーザー エクスペリエンス分析デバイスの起動プロセスの要約カウント。 |
| medianImpactInMs | Int32 | ユーザー エクスペリエンス分析デバイスの起動プロセスの中央値の影響 (ミリ秒単位)。 |
| totalImpactInMs | Int32 | ユーザー エクスペリエンス分析デバイスの起動プロセスの総影響 (ミリ秒単位)。 |
| medianImpactInMs2 | Int64 | ユーザー エクスペリエンス分析デバイスの起動プロセスの中央値の影響 (ミリ秒単位)。 |
| totalImpactInMs2 | Int64 | ユーザー エクスペリエンス分析デバイスの起動プロセスの総影響 (ミリ秒単位)。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance",
"id": "String (identifier)",
"processName": "String",
"productName": "String",
"publisher": "String",
"deviceCount": 1024,
"medianImpactInMs": 1024,
"totalImpactInMs": 1024,
"medianImpactInMs2": 1024,
"totalImpactInMs2": 1024
}
フィードバック
フィードバックの送信と表示