TieringAdministration.GetMonitoringTiersForConnectors Method ()
Applies To: Operations Manager for System Center 2012
Gets the collection of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<TieredManagementGroup> GetMonitoringTiersForConnectors()
public:
ReadOnlyCollection<TieredManagementGroup^>^ GetMonitoringTiersForConnectors()
member GetMonitoringTiersForConnectors : unit -> ReadOnlyCollection<TieredManagementGroup>
Public Function GetMonitoringTiersForConnectors As ReadOnlyCollection(Of TieredManagementGroup)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TieredManagementGroup>
Returns the ReadOnlyCollection<T> of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group.
See Also
TieringAdministration Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top