Share via


IAdministrationManagement.SetProxyAgent Method

Definition

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);
abstract member 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>
computerHealthService
ComputerHealthService

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);
abstract member 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>
computerHealthService
ComputerHealthService

Computer health service

Applies to