ManagementGroup.GetMonitoringRules Method

 

Applies To: Operations Manager for System Center 2012

Retrieves monitoring rules.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringRules()

Obsolete.Retrieves a collection of all the monitoring rules.

System_CAPS_pubmethod GetMonitoringRules(ManagementPackRuleCriteria)

Obsolete.Retrieves a collection of monitoring rule objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringRules<T>(ICollection<T>)

Obsolete.Retrieves the monitoring rules in the management group that target the specified monitoring objects.

System_CAPS_pubmethod GetMonitoringRules<T>(ManagementPackRuleCriteria, ICollection<T>)

Obsolete.Retrieves the monitoring rules that match the specified filter and that target the specified monitoring objects.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top