mobileAppRelationshipState 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

描述 UPN 和设备 ID 上下文中子应用的安装状态详细信息。这将在 2023 年 5 月弃用

属性

属性 类型 说明
sourceIds 字符串集合 源移动应用 ID 的集合。
targetId String 相关目标应用的 ID。
targetDisplayName String 相关目标应用的显示名称。
deviceId String 相应的设备 ID。
installState resultantAppState 目标应用的安装状态。 可取值为:installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable
installStateDetail resultantAppStateDetail 应用的安装状态详细信息。 可能的值为:、、、、dependencyWithRequirementsNotMetmanagedAppNoLongerPresentsupersededAppUninstallFaileddependencyWithAutoInstallDisabledseeInstallErrorCodesupersedingAppsDetectedremovingSupersededAppsiosAppStoreUpdateFailedToInstallvppAppHasUpdateAvailableuserRejectedUpdateuninstallPendingRebootuserRejectedInstalldependencyPendingRebootsupersededAppsDetectedautoInstallDisableduserIsNotLoggedIntoAppStoresupersededAppUninstallPendingRebootminimumPhysicalMemoryNotMetminimumCpuSpeedNotMetuntargetedSupersedingAppsDetectedpendingRebootinstallingDependenciesseeUninstallErrorCodeappRemovedBySupersedencecontentDownloadedsupersedingAppsNotApplicableplatformNotApplicablefileSystemRequirementNotMetpowerShellScriptRequirementNotMetminimumLogicalProcessorCountNotMetminimumOsVersionNotMetregistryRequirementNotMet、 。 processorArchitectureNotApplicableminimumDiskSpaceNotMetdependencyFailedToInstallnoAdditionalDetails
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)"
}