ManagementGroupAdministration.GetPartialAgentManagedComputers Method (PartialAgentManagedComputerCriteria)
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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<PartialAgentManagedComputer> GetPartialAgentManagedComputers(
PartialAgentManagedComputerCriteria criteria
)
public:
ReadOnlyCollection<PartialAgentManagedComputer^>^ GetPartialAgentManagedComputers(
PartialAgentManagedComputerCriteria^ criteria
)
member GetPartialAgentManagedComputers :
criteria:PartialAgentManagedComputerCriteria -> ReadOnlyCollection<PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers (
criteria As PartialAgentManagedComputerCriteria
) As ReadOnlyCollection(Of PartialAgentManagedComputer)
Parameters
criteria
Type: Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputerCriteriaA 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.
See Also
GetPartialAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top