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