TieringAdministration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Allows you to perform administrative tasks on the tiered Management Groups for a ManagementGroup object. You can add, delete, and retrieve TieredManagementGroup objects.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | AddMonitoringTier(String^, ManagementGroupConnectionSettings^) | Adds a TieredManagementGroup object (a monitoring tier) to the Management Group. |
![]() | AddMonitoringTier(String^, ManagementGroupConnectionSettings^, MonitoringSecureData^, Boolean) | Adds a TieredManagementGroup object (a monitoring tier) to the Management Group. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMonitoringTier(Guid) | Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group. |
![]() | GetMonitoringTier(String^) | Gets a specific TieredManagementGroup object (a monitoring tier) from the Management Group. |
![]() | GetMonitoringTiers() | Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group. |
![]() | GetMonitoringTiersForConnectors() | Gets the collection of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveMonitoringTier(TieredManagementGroup^) | Removes a specific TieredManagementGroup object from the Management Group. |
![]() | RemoveMonitoringTiers(IList<TieredManagementGroup^>^) | Removes a list of TieredManagementGroup objects from the Management Group. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

