ManagementGroupAdministration.GetAgentManagedComputers Method

Definition

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

Overloads

GetAgentManagedComputers(IList<Guid>)

Get agent managed computers by criteria.

GetAgentManagedComputers(AgentManagedComputerCriteria)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<PartialAgentManagedComputer>)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<Guid>)

Get agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputers(System::Collections::Generic::IList<Guid> ^ computerIds);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputers (System.Collections.Generic.IList<Guid> computerIds);
member this.GetAgentManagedComputers : System.Collections.Generic.IList<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputers (computerIds As IList(Of Guid)) As ReadOnlyCollection(Of AgentManagedComputer)

Parameters

computerIds
IList<Guid>

Computer ids.

Returns

ReadOnlyCollection<AgentManagedComputer>

Zero or more AgentManagedComputer instances.

Applies to

GetAgentManagedComputers(AgentManagedComputerCriteria)

Get agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputers(Microsoft::EnterpriseManagement::Administration::AgentManagedComputerCriteria ^ criteria);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputers (Microsoft.EnterpriseManagement.Administration.AgentManagedComputerCriteria criteria);
member this.GetAgentManagedComputers : Microsoft.EnterpriseManagement.Administration.AgentManagedComputerCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputers (criteria As AgentManagedComputerCriteria) As ReadOnlyCollection(Of AgentManagedComputer)

Parameters

criteria
AgentManagedComputerCriteria

Criteria.

Returns

ReadOnlyCollection<AgentManagedComputer>

Zero or more AgentManagedComputer instances.

Applies to

GetAgentManagedComputers(IList<PartialAgentManagedComputer>)

Get agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputer ^> ^ partialAgentManagedComputers);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> partialAgentManagedComputers);
member this.GetAgentManagedComputers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputers (partialAgentManagedComputers As IList(Of PartialAgentManagedComputer)) As ReadOnlyCollection(Of AgentManagedComputer)

Parameters

partialAgentManagedComputers
IList<PartialAgentManagedComputer>

The agent-managed computers to get.

Returns

ReadOnlyCollection<AgentManagedComputer>

Zero or more AgentManagedComputer instances.

Applies to