ManagementGroupAdministration.GetAgentManagedComputers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
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
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
Zero or more AgentManagedComputer instances.