mobileAppInstallSummary リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
モバイル アプリのインストール概要のプロパティを格納します。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 |
| installedDeviceCount | Int32 | このアプリが正常にインストールされたデバイスの数。 |
| failedDeviceCount | Int32 | このアプリのインストールに失敗したデバイスの数。 |
| notApplicableDeviceCount | Int32 | このアプリに適用できないデバイスの数。 |
| notInstalledDeviceCount | Int32 | このアプリがインストールされていないデバイスの数。 |
| pendingInstallDeviceCount | Int32 | このアプリのインストールを通知されたデバイスの数。 |
| installedUserCount | Int32 | すべてのデバイスでこのアプリのインストールに成功したユーザーの数。 |
| failedUserCount | Int32 | このアプリのインストールに失敗した 1 つ以上のデバイスを持つユーザーの数。 |
| notApplicableUserCount | Int32 | このアプリに適用できないデバイスを持つユーザーの数。 |
| notInstalledUserCount | Int32 | このアプリをインストールしなかった 1 つ以上のデバイスを持つユーザーの数。 |
| pendingInstallUserCount | Int32 | このアプリのインストールを通知され、障害が発生したデバイスが 0 台である 1 つ以上のデバイスを持つユーザーの数。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.mobileAppInstallSummary",
"id": "String (identifier)",
"installedDeviceCount": 1024,
"failedDeviceCount": 1024,
"notApplicableDeviceCount": 1024,
"notInstalledDeviceCount": 1024,
"pendingInstallDeviceCount": 1024,
"installedUserCount": 1024,
"failedUserCount": 1024,
"notApplicableUserCount": 1024,
"notInstalledUserCount": 1024,
"pendingInstallUserCount": 1024
}
フィードバック
フィードバックの送信と表示