TieredManagementGroup Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a Management Group that is part of a larger ManagementGroup object.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Tiering::TieredManagementGroup
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets the connection string that is used to connect to this TieredManagementGroup object. |
![]() | Id | Gets the Management Group globally unique identifier (GUID) for the tier. |
![]() | IsAvailableForConnectors | Gets a value indicating whether the tier is marked for connectors. |
![]() | ManagementGroup | Gets the connection object used by this class instance. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | Name | Gets the name of the TieredManagementGroup object. |
![]() | RunAsAccountGuid | Gets the globally unique identifier (GUID) for the RunAs account for the tiered Management Group. |
![]() | TieredManagementGroupMonitoringObject | Gets a MonitoringObject object that corresponds to the tiered Management Group connection. |
| Name | Description | |
|---|---|---|
![]() | Connect(TieredManagementGroupConnectionSettings^) | Connects to the tiered Management Group using the specified connector account. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | Reconnects to a Management Group after a connection has been lost.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | ToString() | (Inherited from MonitoringBase.) |
A ManagementGroup object can contain multiple tiers of Management Groups, and each tier is represented in a TieredManagementGroup 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.


