Applies To: Operations Manager for System Center 2012
Approves the specified actions that are awaiting administrator approval.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void ApproveAgentPendingActions(
    IList<AgentPendingAction> agentPendingActions
)
public:
void ApproveAgentPendingActions(
    IList<AgentPendingAction^>^ agentPendingActions
)
member ApproveAgentPendingActions : 
        agentPendingActions:IList<AgentPendingAction> -> unit
Public Sub ApproveAgentPendingActions (
    agentPendingActions As IList(Of AgentPendingAction)
)
Parameters
- agentPendingActions 
 Type: System.Collections.Generic.IList<AgentPendingAction>- The pending actions to approve. 
Examples
For an example, see How to Approve Manual Agent Installations.
See Also
GetAgentPendingActions
RejectAgentPendingActions
ApproveAgentPendingActions Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top