mobileAppRelationshipState 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
描述 UPN 和设备 ID 上下文中子应用的安装状态详细信息。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| sourceIds | 字符串集合 | 源移动应用 ID 的集合。 |
| targetId | String | 相关目标应用的 ID。 |
| targetDisplayName | String | 相关目标应用的显示名称。 |
| deviceId | String | 相应的设备 ID。 |
| installState | resultantAppState | 目标应用的安装状态。 可取值为:installed、failed、notInstalled、uninstallFailed、pendingInstall、unknown 或 notApplicable。 |
| installStateDetail | resultantAppStateDetail | 应用的安装状态详细信息。 可能的值是 noAdditionalDetails dependencyFailedToInstall dependencyWithRequirementsNotMet :、、、、、、、、、 dependencyPendingReboot dependencyWithAutoInstallDisabled supersededAppUninstallFailed supersededAppUninstallPendingReboot removingSupersededApps iosAppStoreUpdateFailedToInstall vppAppHasUpdateAvailable userRejectedUpdate uninstallPendingReboot supersedingAppsDetected supersededAppsDetected seeInstallErrorCode autoInstallDisabled managedAppNoLongerPresent userRejectedInstall userIsNotLoggedIntoAppStore untargetedSupersedingAppsDetected appRemovedBySupersedence seeUninstallErrorCode pendingReboot installingDependencies contentDownloaded supersedingAppsNotApplicable powerShellScriptRequirementNotMet registryRequirementNotMet fileSystemRequirementNotMet platformNotApplicable minimumCpuSpeedNotMet minimumLogicalProcessorCountNotMet minimumPhysicalMemoryNotMet minimumOsVersionNotMet minimumDiskSpaceNotMet processorArchitectureNotApplicable |
| 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)"
}
反馈
提交和查看相关反馈