IAutomaticUpdateApprovalRule.SetUpdateClassifications Method (UpdateClassificationCollection)

 

Applies To: Windows Server Update Services

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

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

Syntax

void SetUpdateClassifications(
    UpdateClassificationCollection updateClassifications
)
void SetUpdateClassifications(
    UpdateClassificationCollection^ updateClassifications
)
abstract SetUpdateClassifications : 
        updateClassifications:UpdateClassificationCollection -> unit
Sub SetUpdateClassifications (
    updateClassifications As UpdateClassificationCollection
)

Parameters

Exceptions

Exception

Condition

ArgumentNullException

updateClassifications cannot be null.

Remarks

To save your changes, call Save.

See Also

IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace

Return to top