RemotelyManagedDevice.SetProxyAgent Method (ComputerHealthService)
Applies To: Operations Manager for System Center 2012
Sets the proxy agent that manages this device.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetProxyAgent(
ComputerHealthService computerHealthService
)
public:
void SetProxyAgent(
ComputerHealthService^ computerHealthService
)
member SetProxyAgent :
computerHealthService:ComputerHealthService -> unit
Public Sub SetProxyAgent (
computerHealthService As ComputerHealthService
)
Parameters
computerHealthService
Type: Microsoft.EnterpriseManagement.Administration.ComputerHealthServiceThe proxy agent that you want to manage this device.
See Also
RemotelyManagedDevice Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top