ManagementGroupAdministration.GetAgentManagedComputersFromAgentPendingActions Method (IList<MonitoringObject>)
Applies To: Operations Manager for System Center 2012
Gets a collection of agent-managed computers from agent pending actions in the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions(
IList<MonitoringObject> monitoringObjects
)
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputersFromAgentPendingActions(
IList<MonitoringObject^>^ monitoringObjects
)
member GetAgentManagedComputersFromAgentPendingActions :
monitoringObjects:IList<MonitoringObject> -> ReadOnlyCollection<AgentManagedComputer>
Public Function GetAgentManagedComputersFromAgentPendingActions (
monitoringObjects As IList(Of MonitoringObject)
) As ReadOnlyCollection(Of AgentManagedComputer)
Parameters
monitoringObjects
Type: System.Collections.Generic.IList<MonitoringObject>The list of user action manager monitoring objects to get the agent-managed computers from.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<AgentManagedComputer>
Returns a ReadOnlyCollection<T> of AgentManagedComputer object.
See Also
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top