ManagementGroupAdministration.DeleteAgentManagedComputers Method (IList<PartialAgentManagedComputer>)
Applies To: Operations Manager for System Center 2012
Deletes the specified partial 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<PartialAgentManagedComputer> agentManagedComputers
)
public:
void DeleteAgentManagedComputers(
IList<PartialAgentManagedComputer^>^ agentManagedComputers
)
member DeleteAgentManagedComputers :
agentManagedComputers:IList<PartialAgentManagedComputer> -> unit
Public Sub DeleteAgentManagedComputers (
agentManagedComputers As IList(Of PartialAgentManagedComputer)
)
Parameters
agentManagedComputers
Type: System.Collections.Generic.IList<PartialAgentManagedComputer>The agent-managed computers to delete.
See Also
DeleteAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top