ManagementGroupAdministration::GetPartialAgentManagedComputers Method (PartialAgentManagedComputerCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Gets the specified partial agent-managed computer objects from the Management Group that meet the specified requirements.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public:
ReadOnlyCollection<PartialAgentManagedComputer^>^ GetPartialAgentManagedComputers(
PartialAgentManagedComputerCriteria^ criteria
)
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Administration::PartialAgentManagedComputerCriteria^
A value specifying the kind of partial agent-managed computer to return.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<PartialAgentManagedComputer^>^Returns a ReadOnlyCollection<T> of PartialAgentManagedComputer objects.
Show: