ManagementGroupAdministration.GetPartialAgentManagedComputers Method (IList<Guid>)
Applies To: Operations Manager for System Center 2012
Gets a collection of partial agent-managed computers from the Management Group that have the specified globally unique identifier (GUID).
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<PartialAgentManagedComputer> GetPartialAgentManagedComputers(
IList<Guid> computerIds
)
public:
ReadOnlyCollection<PartialAgentManagedComputer^>^ GetPartialAgentManagedComputers(
IList<Guid>^ computerIds
)
member GetPartialAgentManagedComputers :
computerIds:IList<Guid> -> ReadOnlyCollection<PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers (
computerIds As IList(Of Guid)
) As ReadOnlyCollection(Of PartialAgentManagedComputer)
Parameters
computerIds
Type: System.Collections.Generic.IList<Guid>The GUID of the computers to get.
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