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

InputWindowsParameters 类

定义

用于修补 Windows 计算机的输入属性。

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

构造函数

InputWindowsParameters()

初始化 InputWindowsParameters 类的新实例。

InputWindowsParameters(IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

初始化 InputWindowsParameters 类的新实例。

属性

ClassificationsToInclude

获取或设置要修补的修补程序的分类类别

ExcludeKbsRequiringReboot

获取或设置排除需要重新启动的修补程序

KbNumbersToExclude

获取或设置要排除用于修补的 Windows KBID。

KbNumbersToInclude

获取或设置要包括用于修补的 Windows KBID。

适用于