Share via


ManagementServer.GetAgentManagedComputers Method ()

 

Applies To: Operations Manager for System Center 2012

Gets the computers to which agents have been deployed that are managed by this server.

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

Syntax

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

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<AgentManagedComputer>

Returns a ReadOnlyCollection<T> that contains the agent-managed computers managed by this server.

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top