ManagementGroupAdministration.DeleteAgentManagedComputers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.