Gets the failover Management Servers for the
health service. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ComputerHealthService Dim returnValue As ReadOnlyCollection(Of ManagementServer) returnValue = instance.GetFailoverManagementServersPublic Function GetFailoverManagementServers As ReadOnlyCollection(Of ManagementServer)public ReadOnlyCollection<ManagementServer> GetFailoverManagementServers ()public: ReadOnlyCollection<ManagementServer^>^ GetFailoverManagementServers ()public ReadOnlyCollection<ManagementServer> GetFailoverManagementServers ()public function GetFailoverManagementServers () : ReadOnlyCollection<ManagementServer>Return ValueReturns a ReadOnlyCollection of ManagementServer objects.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ComputerHealthService Dim returnValue As ReadOnlyCollection(Of ManagementServer) returnValue = instance.GetFailoverManagementServersPublic Function GetFailoverManagementServers As ReadOnlyCollection(Of ManagementServer)public ReadOnlyCollection<ManagementServer> GetFailoverManagementServers ()public: ReadOnlyCollection<ManagementServer^>^ GetFailoverManagementServers ()public ReadOnlyCollection<ManagementServer> GetFailoverManagementServers ()public function GetFailoverManagementServers () : ReadOnlyCollection<ManagementServer>Return ValueReturns a ReadOnlyCollection of ManagementServer objects.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.