ManagementGroupAdministration.GetAgentManagedComputers Method (AgentManagedComputerCriteria)

 

Applies To: Operations Manager for System Center 2012

Gets the specified agent-managed computers in the Management Group.

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

Syntax

public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers(
    AgentManagedComputerCriteria criteria
)
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers(
    AgentManagedComputerCriteria^ criteria
)
member GetAgentManagedComputers : 
        criteria:AgentManagedComputerCriteria -> ReadOnlyCollection<AgentManagedComputer>
Public Function GetAgentManagedComputers (
    criteria As AgentManagedComputerCriteria
) As ReadOnlyCollection(Of AgentManagedComputer)

Parameters

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