windowsManagementApp 资源类型

命名空间:microsoft.graph

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

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

Windows 管理应用实体。

方法

方法 返回类型 说明
获取 windowsManagementApp windowsManagementApp 读取 windowsManagementApp 对象的属性和关系。
更新 windowsManagementApp windowsManagementApp 更新 windowsManagementApp 对象的属性。
setAsManagedInstaller 操作 设置调用方租户的托管安装程序状态

属性

属性 类型 说明
id String Windows 管理应用的唯一标识符
availableVersion String Windows 管理应用可用版本。
managedInstaller managedInstallerStatus 托管安装程序状态。 可取值为:disabledenabled
managedInstallerConfiguredDateTime String 托管安装程序配置的日期时间

关系

关系 类型 说明
healthStates windowsManagementAppHealthState 集合 已安装 Windows 管理应用的运行状况状态列表。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.windowsManagementApp",
  "id": "String (identifier)",
  "availableVersion": "String",
  "managedInstaller": "String",
  "managedInstallerConfiguredDateTime": "String"
}