userAppInstallStatus リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

ユーザーのインストール状態のプロパティが含まれています。

メソッド

メソッド 戻り値の型 説明
userAppInstallStatuses を一覧表示する userAppInstallStatus コレクション userAppInstallStatus オブジェクトのプロパティとリレーションシップを一覧表示します。
userAppInstallStatus を取得する userAppInstallStatus userAppInstallStatus オブジェクトのプロパティとリレーションシップを読み取ります。
userAppInstallStatus を作成する userAppInstallStatus 新しい userAppInstallStatus オブジェクトを作成します。
userAppInstallStatus を削除する なし userAppInstallStatus を削除します
userAppInstallStatus を更新する userAppInstallStatus userAppInstallStatus オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
userName String ユーザー名です。
userPrincipalName String ユーザー プリンシパル名。
installedDeviceCount Int32 インストールされたデバイスの数です。
failedDeviceCount Int32 失敗したデバイスの数です。
notInstalledDeviceCount Int32 インストールされていないデバイスの数です。

リレーションシップ

リレーションシップ 説明
アプリ mobileApp モバイル アプリへのナビゲーション リンク。
deviceStatuses mobileAppInstallStatus コレクション デバイス上のアプリのインストール状態。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.userAppInstallStatus",
  "id": "String (identifier)",
  "userName": "String",
  "userPrincipalName": "String",
  "installedDeviceCount": 1024,
  "failedDeviceCount": 1024,
  "notInstalledDeviceCount": 1024
}