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
System_CAPS_pubproperty ConnectionString

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

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty IsAvailableForConnectors

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

System_CAPS_pubproperty ManagementGroup

Gets the connection object used by this class instance.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets the name of the TieredManagementGroup object.

System_CAPS_pubproperty RunAsAccountGuid

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

System_CAPS_pubproperty TieredManagementGroupMonitoringObject

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

Methods

Name Description
System_CAPS_pubmethod Connect(TieredManagementGroupConnectionSettings)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

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

System_CAPS_pubmethod 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