TieredManagementGroup Class
Applies To: Operations Manager for System Center 2012
Represents a Management Group that is part of a larger ManagementGroup object.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Syntax
[SerializableAttribute]
public class TieredManagementGroup : MonitoringBase
[SerializableAttribute]
public ref class TieredManagementGroup : MonitoringBase
[<SerializableAttribute>]
type TieredManagementGroup =
class
inherit MonitoringBase
end
<SerializableAttribute>
Public Class TieredManagementGroup
Inherits MonitoringBase
Properties
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. |
Methods
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.) |
Remarks
A ManagementGroup object can contain multiple tiers of Management Groups, and each tier is represented in a TieredManagementGroup object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top