Share via


IAdministrationManagement.GetAgentManagedComputersFromAgentPendingActions Method

Definition

Get agent managed computers from agent pending actions.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputersFromAgentPendingActions(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringObject ^> ^ monitoringObjects);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> monitoringObjects);
abstract member GetAgentManagedComputersFromAgentPendingActions : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputersFromAgentPendingActions (monitoringObjects As IList(Of MonitoringObject)) As IList(Of AgentManagedComputer)

Parameters

monitoringObjects
IList<MonitoringObject>

Returns

Applies to