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

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