TieringAdministration.GetMonitoringTier Method (String)
Applies To: Operations Manager for System Center 2012
Gets a specific TieredManagementGroup object (a monitoring tier) from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public TieredManagementGroup GetMonitoringTier(
string name
)
public:
TieredManagementGroup^ GetMonitoringTier(
String^ name
)
member GetMonitoringTier :
name:string -> TieredManagementGroup
Public Function GetMonitoringTier (
name As String
) As TieredManagementGroup
Parameters
name
Type: System.StringThe name of the TieredManagementGroup object to get.
Return Value
Type: Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Returns the specific TieredManagementGroup object (a monitoring tier) from the Management Group.
See Also
GetMonitoringTier Overload
TieringAdministration Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top