ManagementGroupAdministration.RejectAgentPendingActions Method (IList<AgentPendingAction>)

 

Applies To: Operations Manager for System Center 2012

Rejects the specified actions that are awaiting administrator approval.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public void RejectAgentPendingActions(
    IList<AgentPendingAction> agentPendingActions
)
public:
void RejectAgentPendingActions(
    IList<AgentPendingAction^>^ agentPendingActions
)
member RejectAgentPendingActions : 
        agentPendingActions:IList<AgentPendingAction> -> unit
Public Sub RejectAgentPendingActions (
    agentPendingActions As IList(Of AgentPendingAction)
)

Parameters

Examples

ApproveAgentPendingActions

GetAgentPendingActions

See Also

RejectAgentPendingActions Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top