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 | |
---|---|---|
GetUpdateApprovals() | Gets a collection of all approvals for this update. |
|
GetUpdateApprovals(IComputerTargetGroup) | Gets a collection of approvals for this update. The update must have been approved for deployment to the given target group. |
|
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