userExperienceAnalyticsAppHealthAppPerformanceByOSVersion リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザー エクスペリエンス分析アプリケーション パフォーマンス エンティティには、OS バージョン別のアプリ パフォーマンスの詳細が含まれています。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | OS バージョン オブジェクト別のユーザー エクスペリエンス分析アプリケーションのパフォーマンスの一意識別子。 サポート: $select、$OrderBy。 読み取り専用です。 |
osVersion | String | アプリケーションの OS バージョン。 サポート: $select、$OrderBy。 読み取り専用です。 |
osBuildNumber | String | アプリケーションの OS ビルド番号。 サポート: $select、$OrderBy。 読み取り専用です。 |
activeDeviceCount | Int32 | アプリケーションがアクティブになっているデバイスの数。 有効な値 0 ~ 2147483647。 サポート: $select、$OrderBy。 読み取り専用です。 有効な値 - 2147483647に2147483648 |
appName | String | アプリケーションの名前。 使用可能な値は、outlook.exe、excel.exe です。 サポート: $select、$OrderBy。 読み取り専用です。 |
appDisplayName | String | アプリケーションのフレンドリ名。 使用可能な値は、Outlook、Excel です。 サポート: $select、$OrderBy。 読み取り専用です。 |
appPublisher | String | アプリケーションの発行元。 サポート: $select、$OrderBy。 読み取り専用です。 |
appUsageDuration | Int32 | アプリケーションの合計使用時間 (分)。 有効な値 0 ~ 2147483647。 サポート: $select、$OrderBy。 読み取り専用です。 有効な値 - 2147483647に2147483648 |
appCrashCount | Int32 | アプリケーションのクラッシュの数。 有効な値 0 ~ 2147483647。 サポート: $select、$OrderBy。 読み取り専用です。 有効な値 - 2147483647に2147483648 |
meanTimeToFailureInMinutes | Int32 | アプリケーションの平均失敗時間 (分単位)。 有効な値 0 ~ 2147483647。 サポート: $select、$OrderBy。 読み取り専用です。 有効な値 - 2147483647に2147483648 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
"id": "String (identifier)",
"osVersion": "String",
"osBuildNumber": "String",
"activeDeviceCount": 1024,
"appName": "String",
"appDisplayName": "String",
"appPublisher": "String",
"appUsageDuration": 1024,
"appCrashCount": 1024,
"meanTimeToFailureInMinutes": 1024
}