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

 

Applies To: Operations Manager for System Center 2012

Sets the proxy agent for the specified remotely managed computers.

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

Syntax

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

Parameters

See Also

SetProxyAgent Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top