Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets the specified agent-managed computers in the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers(
IList<Guid> computerIds
)
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers(
IList<Guid>^ computerIds
)
member GetAgentManagedComputers :
computerIds:IList<Guid> -> ReadOnlyCollection<AgentManagedComputer>
Public Function GetAgentManagedComputers (
computerIds As IList(Of Guid)
) As ReadOnlyCollection(Of AgentManagedComputer)
Parameters
computerIds
Type: System.Collections.Generic.IList<Guid>The list of identifiers for the agent-managed computers to return.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<AgentManagedComputer>
Returns a ReadOnlyCollection<T> of AgentManagedComputer object.
See Also
GetAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top