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
remotelyManagedComputers
Type: System.Collections.Generic.IList<RemotelyManagedComputer>The remotely managed computers to set the proxy agent for.
computerHealthService
Type: Microsoft.EnterpriseManagement.Administration.ComputerHealthServiceThe ComputerHealthService to set for the specified remotely managed computers.
See Also
SetProxyAgent Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top