ManagementGroupAdministration.GetAllManagementServers Method ()
Applies To: Operations Manager for System Center 2012
Gets all Management Servers in this Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<ManagementServer> GetAllManagementServers()
public:
ReadOnlyCollection<ManagementServer^>^ GetAllManagementServers()
member GetAllManagementServers : unit -> ReadOnlyCollection<ManagementServer>
Public Function GetAllManagementServers As ReadOnlyCollection(Of ManagementServer)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementServer>
Returns a ReadOnlyCollection<T> of all Management Servers in this Management Group.
See Also
DeleteManagementServer
GetRootManagementServer
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top