Share via


TieringAdministration Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Allows you to perform administrative tasks on the tiered Management Groups for a ManagementGroup object. You can add, delete, and retrieve TieredManagementGroup objects.

Namespace:   Microsoft.EnterpriseManagement.Tiering
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Tiering.TieringAdministration

Syntax

[ObsoleteAttribute("Please use Tiering instead")]
public class TieringAdministration
[ObsoleteAttribute("Please use Tiering instead")]
public ref class TieringAdministration 
[<ObsoleteAttribute("Please use Tiering instead")>]
type TieringAdministration = class end
<ObsoleteAttribute("Please use Tiering instead")>
Public Class TieringAdministration

Methods

Name Description
System_CAPS_pubmethod AddMonitoringTier(String, ManagementGroupConnectionSettings)

Adds a TieredManagementGroup object (a monitoring tier) to the Management Group.

System_CAPS_pubmethod AddMonitoringTier(String, ManagementGroupConnectionSettings, MonitoringSecureData, Boolean)

Adds a TieredManagementGroup object (a monitoring tier) to the Management Group.

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 GetMonitoringTier(Guid)

Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.

System_CAPS_pubmethod GetMonitoringTier(String)

Gets a specific TieredManagementGroup object (a monitoring tier) from the Management Group.

System_CAPS_pubmethod GetMonitoringTiers()

Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.

System_CAPS_pubmethod GetMonitoringTiersForConnectors()

Gets the collection of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveMonitoringTier(TieredManagementGroup)

Removes a specific TieredManagementGroup object from the Management Group.

System_CAPS_pubmethod RemoveMonitoringTiers(IList<TieredManagementGroup>)

Removes a list of TieredManagementGroup objects from the Management Group.

System_CAPS_pubmethod ToString()

(Inherited from 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