ManagementGroupAdministration.DeleteAgentManagedComputers Method (IList<AgentManagedComputer>)
Applies To: Operations Manager for System Center 2012
Deletes the specified agent-managed computers from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void DeleteAgentManagedComputers(
IList<AgentManagedComputer> agentManagedComputers
)
public:
void DeleteAgentManagedComputers(
IList<AgentManagedComputer^>^ agentManagedComputers
)
member DeleteAgentManagedComputers :
agentManagedComputers:IList<AgentManagedComputer> -> unit
Public Sub DeleteAgentManagedComputers (
agentManagedComputers As IList(Of AgentManagedComputer)
)
Parameters
agentManagedComputers
Type: System.Collections.Generic.IList<AgentManagedComputer>The list of agent-managed computers to delete.
See Also
DeleteAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top