windowsManagementApp 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 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"
}