TieringAdministration.GetMonitoringTier Method (Guid)
Applies To: Operations Manager for System Center 2012
Gets the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public TieredManagementGroup GetMonitoringTier(
Guid id
)
public:
TieredManagementGroup^ GetMonitoringTier(
Guid id
)
member GetMonitoringTier :
id:Guid -> TieredManagementGroup
Public Function GetMonitoringTier (
id As Guid
) As TieredManagementGroup
Parameters
id
Type: System.GuidThe globally unique identifier (GUID) for the TieredManagementGroup object to get.
Return Value
Type: Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Returns the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.
See Also
GetMonitoringTier Overload
TieringAdministration Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top