Share via


InputWindowsParameters Constructors

Definition

Overloads

InputWindowsParameters()

Initializes a new instance of the InputWindowsParameters class.

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

Initializes a new instance of the InputWindowsParameters class.

InputWindowsParameters()

Initializes a new instance of the InputWindowsParameters class.

public InputWindowsParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InputWindowsParameters class.

public InputWindowsParameters (System.Collections.Generic.IList<string> kbNumbersToExclude = default, System.Collections.Generic.IList<string> kbNumbersToInclude = default, System.Collections.Generic.IList<string> classificationsToInclude = default, bool? excludeKbsRequiringReboot = default);
new Microsoft.Azure.Management.Maintenance.Models.InputWindowsParameters : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Maintenance.Models.InputWindowsParameters
Public Sub New (Optional kbNumbersToExclude As IList(Of String) = Nothing, Optional kbNumbersToInclude As IList(Of String) = Nothing, Optional classificationsToInclude As IList(Of String) = Nothing, Optional excludeKbsRequiringReboot As Nullable(Of Boolean) = Nothing)

Parameters

kbNumbersToExclude
IList<String>

Windows KBID to be excluded for patching.

kbNumbersToInclude
IList<String>

Windows KBID to be included for patching.

classificationsToInclude
IList<String>

Classification category of patches to be patched

excludeKbsRequiringReboot
Nullable<Boolean>

Exclude patches which need reboot

Applies to