Share via


ManagementGroupAdministration.SetProxyAgent Method

Definition

Sets the proxy agent that monitors either a collection of agentless-managed computers or a collection of network devices.

Overloads

SetProxyAgent(IList<RemotelyManagedComputer>, ComputerHealthService)

Set the managing agent.

SetProxyAgent(IList<RemotelyManagedDevice>, ComputerHealthService)

Set the managing agent.

SetProxyAgent(IList<RemotelyManagedComputer>, ComputerHealthService)

Set the managing agent.

public:
 void SetProxyAgent(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedComputer ^> ^ remotelyManagedComputers, Microsoft::EnterpriseManagement::Administration::ComputerHealthService ^ computerHealthService);
public void SetProxyAgent (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> remotelyManagedComputers, Microsoft.EnterpriseManagement.Administration.ComputerHealthService computerHealthService);
member this.SetProxyAgent : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> * Microsoft.EnterpriseManagement.Administration.ComputerHealthService -> unit
Public Sub SetProxyAgent (remotelyManagedComputers As IList(Of RemotelyManagedComputer), computerHealthService As ComputerHealthService)

Parameters

remotelyManagedComputers
IList<RemotelyManagedComputer>

The remotely managed computers to set the proxy agent for.

computerHealthService
ComputerHealthService

The ComputerHealthService to set for the specified remotely managed computers.

Applies to

SetProxyAgent(IList<RemotelyManagedDevice>, ComputerHealthService)

Set the managing agent.

public:
 void SetProxyAgent(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ remotelyManagedDevices, Microsoft::EnterpriseManagement::Administration::ComputerHealthService ^ computerHealthService);
public void SetProxyAgent (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> remotelyManagedDevices, Microsoft.EnterpriseManagement.Administration.ComputerHealthService computerHealthService);
member this.SetProxyAgent : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> * Microsoft.EnterpriseManagement.Administration.ComputerHealthService -> unit
Public Sub SetProxyAgent (remotelyManagedDevices As IList(Of RemotelyManagedDevice), computerHealthService As ComputerHealthService)

Parameters

remotelyManagedDevices
IList<RemotelyManagedDevice>

The remotely managed devices to set the proxy agent for.

computerHealthService
ComputerHealthService

Computer health service

Applies to