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