mobileAppInstallStatus 资源类型

命名空间:microsoft.graph

重要提示:Microsoft 支持 Intune/beta API,但它们可能会进行更频繁的更改。 Microsoft 建议尽可能使用 v1.0 版本。 使用版本选择器检查 API 在版本 v1.0 中的可用性。

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

包含设备的移动应用安装状态的属性。 此功能将在 2023 年 5 月弃用

方法

方法 返回类型 说明
列出 mobileAppInstallStatuses mobileAppInstallStatus 集合 列出 mobileAppInstallStatus 对象的属性和关系。
获取 mobileAppInstallStatus mobileAppInstallStatus 读取 mobileAppInstallStatus 对象的属性和关系。
创建 mobileAppInstallStatus mobileAppInstallStatus 创建新的 mobileAppInstallStatus 对象。
删除 mobileAppInstallStatus 删除 mobileAppInstallStatus
更新 mobileAppInstallStatus mobileAppInstallStatus 更新 mobileAppInstallStatus 对象的属性。

属性

属性 类型 说明
id String 实体的键。
deviceName String 设备名称
deviceId String 设备 ID
lastSyncDateTime DateTimeOffset 上次同步日期时间
mobileAppInstallStatusValue resultantAppState 应用的安装状态。 可取值包括:installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable
installState resultantAppState 应用的安装状态。 可取值包括:installedfailednotInstalleduninstallFailedpendingInstallunknownnotApplicable
installStateDetail resultantAppStateDetail 应用的安装状态详细信息。 可能的值为: noAdditionalDetails、、dependencyFailedToInstalldependencyWithRequirementsNotMetdependencyPendingRebootdependencyWithAutoInstallDisabledsupersededAppUninstallFailedsupersededAppUninstallPendingRebootremovingSupersededAppsiosAppStoreUpdateFailedToInstallvppAppHasUpdateAvailableuserRejectedUpdateuninstallPendingRebootsupersedingAppsDetectedsupersededAppsDetectedseeInstallErrorCodeautoInstallDisabledmanagedAppNoLongerPresentuserRejectedInstalluserIsNotLoggedIntoAppStoreuntargetedSupersedingAppsDetectedappRemovedBySupersedenceseeUninstallErrorCodependingRebootinstallingDependenciescontentDownloadedsupersedingAppsNotApplicablepowerShellScriptRequirementNotMetregistryRequirementNotMetfileSystemRequirementNotMetplatformNotApplicableminimumCpuSpeedNotMetminimumLogicalProcessorCountNotMetminimumPhysicalMemoryNotMetminimumOsVersionNotMetminimumDiskSpaceNotMetprocessorArchitectureNotApplicable
errorCode Int32 安装或卸载失败的错误代码。
osVersion String 操作系统版本
osDescription String 操作系统说明
userName String 设备用户名
userPrincipalName String 用户主体名称
displayVersion String 应用程序的人类可读版本

关系

关系 类型 说明
应用 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"
}