Share via


WindowsProperties Constructors

Definition

Overloads

WindowsProperties()

Initializes a new instance of the WindowsProperties class.

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

Initializes a new instance of the WindowsProperties class.

WindowsProperties()

Initializes a new instance of the WindowsProperties class.

public WindowsProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the WindowsProperties class.

public WindowsProperties (string includedUpdateClassifications = default, System.Collections.Generic.IList<string> excludedKbNumbers = default, System.Collections.Generic.IList<string> includedKbNumbers = default, string rebootSetting = default);
new Microsoft.Azure.Management.Automation.Models.WindowsProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Automation.Models.WindowsProperties
Public Sub New (Optional includedUpdateClassifications As String = Nothing, Optional excludedKbNumbers As IList(Of String) = Nothing, Optional includedKbNumbers As IList(Of String) = Nothing, Optional rebootSetting As String = Nothing)

Parameters

includedUpdateClassifications
String

Update classification included in the software update configuration. A comma separated string with required values. Possible values include: 'Unclassified', 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', 'Updates'

excludedKbNumbers
IList<String>

KB numbers excluded from the software update configuration.

includedKbNumbers
IList<String>

KB numbers included from the software update configuration.

rebootSetting
String

Reboot setting for the software update configuration.

Applies to