ManagementGroupAdministration::GetAgentManagedComputers Method (AgentManagedComputerCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Gets the specified agent-managed computers in the Management Group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers(
AgentManagedComputerCriteria^ criteria
)
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Administration::AgentManagedComputerCriteria^
A value specifying the kind of agent-managed computers to return.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<AgentManagedComputer^>^Returns a ReadOnlyCollection<T> of AgentManagedComputer object.
Show: