次の方法で共有


mobileAppInstallStatus リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。

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

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

メソッド

メソッド 戻り値の型 説明
mobileAppInstallStatuses を一覧表示する mobileAppInstallStatus コレクション mobileAppInstallStatus オブジェクトのプロパティとリレーションシップを一覧表示します。
mobileAppInstallStatus を取得する mobileAppInstallStatus mobileAppInstallStatus オブジェクトのプロパティとリレーションシップを読み取ります。
mobileAppInstallStatus を作成する mobileAppInstallStatus 新しい mobileAppInstallStatus オブジェクトを 作成します。
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"
}