mobileAppInstallStatus リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

デバイスのモバイル アプリのインストール状態のプロパティを格納します。 これは 2023 年 5 月に非推奨となる予定です

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。
deviceName 文字列 デバイス名
deviceId 文字列 デバイス ID
lastSyncDateTime DateTimeOffset 前回の同期日時
mobileAppInstallStatusValue resultantAppState アプリのインストール状態。 使用可能な値: installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable
installState resultantAppState アプリのインストール状態。 使用可能な値: installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable
installStateDetail resultantAppStateDetail アプリのインストール状態の詳細。 可能な値は、 noAdditionalDetailsdependencyFailedToInstalldependencyWithRequirementsNotMetdependencyPendingRebootdependencyWithAutoInstallDisabledsupersededAppUninstallFailedsupersededAppUninstallPendingRebootremovingSupersededAppsiosAppStoreUpdateFailedToInstallvppAppHasUpdateAvailableuserRejectedUpdateuninstallPendingRebootsupersedingAppsDetectedsupersededAppsDetectedseeInstallErrorCodeautoInstallDisabledmanagedAppNoLongerPresentuserRejectedInstalluserIsNotLoggedIntoAppStoreuntargetedSupersedingAppsDetectedappRemovedBySupersedenceseeUninstallErrorCodependingRebootinstallingDependenciescontentDownloadedsupersedingAppsNotApplicablepowerShellScriptRequirementNotMetregistryRequirementNotMetfileSystemRequirementNotMetplatformNotApplicableminimumCpuSpeedNotMetminimumLogicalProcessorCountNotMetminimumPhysicalMemoryNotMetminimumOsVersionNotMetminimumDiskSpaceNotMetprocessorArchitectureNotApplicable です。
errorCode Int32 インストールまたはアンインストールの失敗のエラー コード。
osVersion String OS のバージョン
osDescription 文字列 OS の説明
userName 文字列 デバイス ユーザー名
userPrincipalName String ユーザー プリンシパル名
displayVersion 文字列 人間が読めるバージョンのアプリケーション

リレーションシップ

リレーションシップ 説明
アプリ mobileApp モバイル アプリへのナビゲーション リンク。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.mobileAppInstallStatus",
  "id": "String (identifier)",
  "deviceName": "String",
  "deviceId": "String",
  "lastSyncDateTime": "String (timestamp)",
  "mobileAppInstallStatusValue": "String",
  "installState": "String",
  "installStateDetail": "String",
  "errorCode": 1024,
  "osVersion": "String",
  "osDescription": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "displayVersion": "String"
}