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 | |
---|---|---|
AddMonitoringTier(String, ManagementGroupConnectionSettings) | Adds a TieredManagementGroup object (a monitoring tier) to the Management Group. |
|
AddMonitoringTier(String, ManagementGroupConnectionSettings, MonitoringSecureData, Boolean) | Adds a TieredManagementGroup object (a monitoring tier) to the Management Group. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetMonitoringTier(Guid) | Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group. |
|
GetMonitoringTier(String) | Gets a specific TieredManagementGroup object (a monitoring tier) from the Management Group. |
|
GetMonitoringTiers() | Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group. |
|
GetMonitoringTiersForConnectors() | Gets the collection of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RemoveMonitoringTier(TieredManagementGroup) | Removes a specific TieredManagementGroup object from the Management Group. |
|
RemoveMonitoringTiers(IList<TieredManagementGroup>) | Removes a list of TieredManagementGroup objects from the Management Group. |
|
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