你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WindowsProperties 类

定义

特定于 Windows 的更新配置。

public class WindowsProperties
type WindowsProperties = class
Public Class WindowsProperties
继承
WindowsProperties

构造函数

WindowsProperties()

初始化 WindowsProperties 类的新实例。

WindowsProperties(String, IList<String>, IList<String>, String)

初始化 WindowsProperties 类的新实例。

属性

ExcludedKbNumbers

获取或设置从软件更新配置中排除的 KB 编号。

IncludedKbNumbers

获取或设置软件更新配置中包含的 KB 编号。

IncludedUpdateClassifications

获取或设置软件更新配置中包含的更新分类。 具有所需值的逗号分隔字符串。 可能的值包括:“Unclassified”、“Critical”、“Security”、“UpdateRollup”、“FeaturePack”、“ServicePack”、“Definition”、“Tools”、“汇报”

RebootSetting

获取或设置软件更新配置的重新启动设置。

适用于