TieringAdministration.AddMonitoringTier Method (String, ManagementGroupConnectionSettings, MonitoringSecureData, Boolean)
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,
MonitoringSecureData runAs,
bool availableForConnectors
)
public:
TieredManagementGroup^ AddMonitoringTier(
String^ name,
ManagementGroupConnectionSettings^ tieredConnectionSettings,
MonitoringSecureData^ runAs,
bool availableForConnectors
)
member AddMonitoringTier :
name:string *
tieredConnectionSettings:ManagementGroupConnectionSettings *
runAs:MonitoringSecureData *
availableForConnectors:bool -> TieredManagementGroup
Public Function AddMonitoringTier (
name As String,
tieredConnectionSettings As ManagementGroupConnectionSettings,
runAs As MonitoringSecureData,
availableForConnectors As Boolean
) 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 of the TieredManagementGroup object.
runAs
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataThe MonitoringSecureData object that is used for the runAs account for the TieredManagementGroup object.
availableForConnectors
Type: System.BooleanA Boolean value that indicates if the tier is marked for connectors. If the value is true, the tier is marked for connectors, and if the value is false, the tier is not marked for connectors.
Return Value
Type: Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Returns the TieredManagementGroup object (a monitoring tier) that was added to the Management Group.
See Also
AddMonitoringTier Overload
TieringAdministration Class
Microsoft.EnterpriseManagement.Tiering Namespace
Return to top