TieredManagementGroup Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Tiering::TieredManagementGroup

[SerializableAttribute]
public ref class TieredManagementGroup : MonitoringBase

NameDescription
System_CAPS_pubpropertyConnectionString

Gets the connection string that is used to connect to this TieredManagementGroup object.

System_CAPS_pubpropertyId

Gets the Management Group globally unique identifier (GUID) for the tier.

System_CAPS_pubpropertyIsAvailableForConnectors

Gets a value indicating whether the tier is marked for connectors.

System_CAPS_pubpropertyManagementGroup

Gets the connection object used by this class instance.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

Gets the name of the TieredManagementGroup object.

System_CAPS_pubpropertyRunAsAccountGuid

Gets the globally unique identifier (GUID) for the RunAs account for the tiered Management Group.

System_CAPS_pubpropertyTieredManagementGroupMonitoringObject

Gets a MonitoringObject object that corresponds to the tiered Management Group connection.

NameDescription
System_CAPS_pubmethodConnect(TieredManagementGroupConnectionSettings^)

Connects to the tiered Management Group using the specified connector account.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to a Management Group after a connection has been lost.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: