命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows 管理应用实体。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取 windowsManagementApp | windowsManagementApp | 读取 windowsManagementApp 对象的属性和关系。 |
| 更新 windowsManagementApp | windowsManagementApp | 更新 windowsManagementApp 对象的属性。 |
| setAsManagedInstaller作 | 无 | 设置调用方租户的托管安装程序状态 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | Windows 管理应用的唯一标识符 |
| availableVersion | String | Windows 管理应用可用版本。 |
| managedInstaller | managedInstallerStatus | 托管安装程序状态。 可能的值为: disabled、 enabled。 |
| managedInstallerConfiguredDateTime | String | 托管安装程序配置的日期时间 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| healthStates | windowsManagementAppHealthState 集合 | 已安装 Windows 管理应用的运行状况状态列表。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsManagementApp",
"id": "String (identifier)",
"availableVersion": "String",
"managedInstaller": "String",
"managedInstallerConfiguredDateTime": "String"
}