ManagementGroupAdministration.DeleteAgentManagedComputers Method

Definition

Deletes the specified agent-managed computers from the Management Group.

Overloads

DeleteAgentManagedComputers(IList<AgentManagedComputer>)

Delete agent managed computers.

DeleteAgentManagedComputers(IList<PartialAgentManagedComputer>)

Delete agent managed computers.

DeleteAgentManagedComputers(IList<AgentManagedComputer>)

Delete agent managed computers.

public:
 void DeleteAgentManagedComputers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ agentManagedComputers);
public void DeleteAgentManagedComputers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> agentManagedComputers);
member this.DeleteAgentManagedComputers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> -> unit
Public Sub DeleteAgentManagedComputers (agentManagedComputers As IList(Of AgentManagedComputer))

Parameters

agentManagedComputers
IList<AgentManagedComputer>

Agent managed computer collection.

Applies to

DeleteAgentManagedComputers(IList<PartialAgentManagedComputer>)

Delete agent managed computers.

public:
 void DeleteAgentManagedComputers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputer ^> ^ agentManagedComputers);
public void DeleteAgentManagedComputers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> agentManagedComputers);
member this.DeleteAgentManagedComputers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> -> unit
Public Sub DeleteAgentManagedComputers (agentManagedComputers As IList(Of PartialAgentManagedComputer))

Parameters

agentManagedComputers
IList<PartialAgentManagedComputer>

Agent managed computer collection.

Applies to