WindowsParameters Class

Definition

Input for InstallPatches on a Windows VM, as directly received by the API

public class WindowsParameters
type WindowsParameters = class
Public Class WindowsParameters
Inheritance
WindowsParameters

Constructors

WindowsParameters()

Initializes a new instance of the WindowsParameters class.

WindowsParameters(IList<String>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<DateTime>)

Initializes a new instance of the WindowsParameters class.

Properties

ClassificationsToInclude

Gets or sets the update classifications to select when installing patches for Windows.

ExcludeKbsRequiringReboot

Gets or sets filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.

KbNumbersToExclude

Gets or sets kbs to exclude in the patch operation

KbNumbersToInclude

Gets or sets kbs to include in the patch operation

MaxPatchPublishDate

Gets or sets this is used to install patches that were published on or before this given max published date.

Applies to