IAutomaticUpdateApprovalRule Methods

 

Applies To: Windows Server Update Services

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Methods

Name Description
System_CAPS_pubmethod ApplyRule()

Applies the defined approval rule against the existing updates on the WSUS server. All updates will be approved if they are not already approved and if they are not declined.

System_CAPS_pubmethod GetCategories()

Gets the categories of updates that will be approved automatically by this rule.

System_CAPS_pubmethod GetComputerTargetGroups()

Gets the target groups to which this automatic approval rule applies.

System_CAPS_pubmethod GetUpdateClassifications()

Gets the update classifications for which you want to create approvals automatically.

System_CAPS_pubmethod Save()

Saves changes to the automatic approval rule settings.

System_CAPS_pubmethod SetCategories(UpdateCategoryCollection)

Sets the categories of updates that will be approved automatically by this rule.

System_CAPS_pubmethod SetComputerTargetGroups(ComputerTargetGroupCollection)

Sets the computer groups to which this automatic approval rule applies.

System_CAPS_pubmethod SetUpdateClassifications(UpdateClassificationCollection)

Sets the classification of updates for which you want to create approvals automatically.

See Also

IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace

Return to top