Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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