IWindowsParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.WindowsParametersTypeConverter))]
public interface IWindowsParameters : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.WindowsParametersTypeConverter))>]
type IWindowsParameters = interface
interface IJsonSerializable
Public Interface IWindowsParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ClassificationsToInclude |
The update classifications to select when installing patches for Windows. |
ExcludeKbsRequiringReboot |
Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. |
KbNumbersToExclude |
Kbs to exclude in the patch operation |
KbNumbersToInclude |
Kbs to include in the patch operation |
MaxPatchPublishDate |
This is used to install patches that were published on or before this given max published date. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |