次の方法で共有


mobileAppRelationshipState リソースの種類

名前空間: microsoft.graph

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

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

UPN とデバイス ID のコンテキストでの子アプリのインストール状態の詳細について説明します。これは 2023 年 5 月に非推奨となる予定です

プロパティ

プロパティ 説明
sourceIds String collection ソース モバイル アプリの ID のコレクション。
Targetid String 関連するターゲット アプリの ID。
targetDisplayName String 関連するターゲット アプリの表示名。
deviceId String 対応するデバイス ID。
installState resultantAppState ターゲット アプリのアプリのインストール状態。 可能な値は、installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable です。
installStateDetail resultantAppStateDetail アプリのインストール状態の詳細。 使用できる値は、noAdditionalDetails、、、dependencyWithRequirementsNotMetdependencyPendingRebootdependencyWithAutoInstallDisabledremovingSupersededAppsiosAppStoreUpdateFailedToInstallsupersededAppUninstallFailedsupersededAppUninstallPendingRebootuserRejectedUpdateseeUninstallErrorCodependingRebootinstallingDependenciesuntargetedSupersedingAppsDetectedminimumOsVersionNotMetuserIsNotLoggedIntoAppStoreminimumPhysicalMemoryNotMetminimumCpuSpeedNotMetplatformNotApplicableregistryRequirementNotMetcontentDownloadedseeInstallErrorCodeuninstallPendingRebootautoInstallDisabledvppAppHasUpdateAvailablemanagedAppNoLongerPresentsupersedingAppsDetectedsupersededAppsDetectedpowerShellScriptRequirementNotMetfileSystemRequirementNotMetuserRejectedInstallappRemovedBySupersedencesupersedingAppsNotApplicableminimumLogicalProcessorCountNotMetprocessorArchitectureNotApplicableminimumDiskSpaceNotMetです。 dependencyFailedToInstall
errorCode Int32 ターゲット アプリのインストールまたはアンインストールエラーのエラー コード。
targetLastSyncDateTime DateTimeOffset ターゲット アプリの最後の同期時刻。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.mobileAppRelationshipState",
  "sourceIds": [
    "String"
  ],
  "targetId": "String",
  "targetDisplayName": "String",
  "deviceId": "String",
  "installState": "String",
  "installStateDetail": "String",
  "errorCode": 1024,
  "targetLastSyncDateTime": "String (timestamp)"
}