TieringAdministration Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Tiering::TieringAdministration

[ObsoleteAttribute("Please use Tiering instead")]
public ref class TieringAdministration 

NameDescription
System_CAPS_pubmethodAddMonitoringTier(String^, ManagementGroupConnectionSettings^)

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

System_CAPS_pubmethodAddMonitoringTier(String^, ManagementGroupConnectionSettings^, MonitoringSecureData^, Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMonitoringTier(Guid)

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

System_CAPS_pubmethodGetMonitoringTier(String^)

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

System_CAPS_pubmethodGetMonitoringTiers()

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

System_CAPS_pubmethodGetMonitoringTiersForConnectors()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveMonitoringTier(TieredManagementGroup^)

Removes a specific TieredManagementGroup object from the Management Group.

System_CAPS_pubmethodRemoveMonitoringTiers(IList<TieredManagementGroup^>^)

Removes a list of TieredManagementGroup objects from the Management Group.

System_CAPS_pubmethodToString()

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