WindowsProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'
- rebootSetting
- String
Reboot setting for the software update configuration.
Applies to
Azure SDK for .NET