Share via


ManagementGroupAdministration.SetProxyAgent Method (IList<RemotelyManagedDevice>, ComputerHealthService)

 

Applies To: Operations Manager for System Center 2012

Sets the proxy agent for the specified remotely managed devices.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public void SetProxyAgent(
    IList<RemotelyManagedDevice> remotelyManagedDevices,
    ComputerHealthService computerHealthService
)
public:
void SetProxyAgent(
    IList<RemotelyManagedDevice^>^ remotelyManagedDevices,
    ComputerHealthService^ computerHealthService
)
member SetProxyAgent : 
        remotelyManagedDevices:IList<RemotelyManagedDevice> *
        computerHealthService:ComputerHealthService -> unit
Public Sub SetProxyAgent (
    remotelyManagedDevices As IList(Of RemotelyManagedDevice),
    computerHealthService As ComputerHealthService
)

Parameters

See Also

SetProxyAgent Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top