Applies To: Operations Manager for System Center 2012
Gets the specified partial agent-managed computers from the Management Group.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers(
    IList<PartialAgentManagedComputer> partialAgentManagedComputers
)
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers(
    IList<PartialAgentManagedComputer^>^ partialAgentManagedComputers
)
member GetAgentManagedComputers : 
        partialAgentManagedComputers:IList<PartialAgentManagedComputer> -> ReadOnlyCollection<AgentManagedComputer>
Public Function GetAgentManagedComputers (
    partialAgentManagedComputers As IList(Of PartialAgentManagedComputer)
) As ReadOnlyCollection(Of AgentManagedComputer)
Parameters
- partialAgentManagedComputers 
 Type: System.Collections.Generic.IList<PartialAgentManagedComputer>- The agent-managed computers to get. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<AgentManagedComputer>
Returns a ReadOnlyCollection<T> of AgentManagedComputer object.
See Also
GetAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top