Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Changes the primary and failover Management Servers for multiple gateway managed computers, given the specified gateway managed computers and Management Server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetManagementServer(
IList<ManagementServer> gatewayServers,
ManagementServer managementServer
)
public:
void SetManagementServer(
IList<ManagementServer^>^ gatewayServers,
ManagementServer^ managementServer
)
member SetManagementServer :
gatewayServers:IList<ManagementServer> *
managementServer:ManagementServer -> unit
Public Sub SetManagementServer (
gatewayServers As IList(Of ManagementServer),
managementServer As ManagementServer
)
Parameters
gatewayServers
Type: System.Collections.Generic.IList<ManagementServer>The gateway managed computers for which the specified Management Server is set.
managementServer
Type: Microsoft.EnterpriseManagement.Administration.ManagementServerThe Management Server to set for the specified gateway managed computers.
See Also
SetManagementServer Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top