TieringAdministration.AddMonitoringTier Method (String, ManagementGroupConnectionSettings)
Applies To: Operations Manager for System Center 2012
Adds a TieredManagementGroup object (a monitoring tier) to the Management Group.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public TieredManagementGroup AddMonitoringTier(
string name,
ManagementGroupConnectionSettings tieredConnectionSettings
)
public:
TieredManagementGroup^ AddMonitoringTier(
String^ name,
ManagementGroupConnectionSettings^ tieredConnectionSettings
)
member AddMonitoringTier :
name:string *
tieredConnectionSettings:ManagementGroupConnectionSettings -> TieredManagementGroup
Public Function AddMonitoringTier (
name As String,
tieredConnectionSettings As ManagementGroupConnectionSettings
) As TieredManagementGroup
Parameters
name
Type: System.StringThe name of the Management Group to add the TieredManagementGroup object to.
tieredConnectionSettings
Type: Microsoft.EnterpriseManagement.ManagementGroupConnectionSettingsThe connection settings for the TieredManagementGroup object.
Return Value
Type: Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Returns the TieredManagementGroup object that was added to the Management Group.
See Also
AddMonitoringTier Overload
TieringAdministration Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top