Share via


IUpdate.GetUpdateApprovals Method

 

Applies To: Windows Server Update Services

Gets the list of approvals for this update.

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

Overload List

Name Description
System_CAPS_pubmethod GetUpdateApprovals()

Gets a collection of all approvals for this update.

System_CAPS_pubmethod GetUpdateApprovals(IComputerTargetGroup)

Gets a collection of approvals for this update. The update must have been approved for deployment to the given target group.

System_CAPS_pubmethod GetUpdateApprovals(IComputerTargetGroup, UpdateApprovalAction, DateTime, DateTime)

Gets a collection of approvals for this update based on the given criteria.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top