WindowsProperties Class
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.
Windows specific update configuration.
public class WindowsProperties
type WindowsProperties = class
Public Class WindowsProperties
- Inheritance
-
WindowsProperties
Constructors
WindowsProperties() |
Initializes a new instance of the WindowsProperties class. |
WindowsProperties(String, IList<String>, IList<String>, String) |
Initializes a new instance of the WindowsProperties class. |
Properties
ExcludedKbNumbers |
Gets or sets KB numbers excluded from the software update configuration. |
IncludedKbNumbers |
Gets or sets KB numbers included from the software update configuration. |
IncludedUpdateClassifications |
Gets or sets 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 |
Gets or sets reboot setting for the software update configuration. |
Applies to
Azure SDK for .NET