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 | |
---|---|---|
GetMonitoringRules() | Obsolete.Retrieves a collection of all the monitoring rules. |
|
GetMonitoringRules(ManagementPackRuleCriteria) | Obsolete.Retrieves a collection of monitoring rule objects that match the specified filter. |
|
GetMonitoringRules<T>(ICollection<T>) | Obsolete.Retrieves the monitoring rules in the management group that target the specified monitoring objects. |
|
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