automaticUpdateMode 枚举类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
自动更新模式的可能值。
Members
成员 | 值 | 说明 |
---|---|---|
userDefined | 0 | 用户定义,默认值,无意向。 |
notifyDownload | 1 | 下载时通知。 |
autoInstallAtMaintenanceTime | 2 | 在维护时自动安装。 |
autoInstallAndRebootAtMaintenanceTime | 3 | 在维护时自动安装并重新启动。 |
autoInstallAndRebootAtScheduledTime | 4 | 在计划的时间自动安装和重新启动。 |
autoInstallAndRebootWithoutEndUserControl | 5 | 自动安装和重启,无需最终用户控制 |