PartialMonitoringObject::GetMonitoringRules Method (ManagementPackRuleCriteria^)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets all the rules that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.

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

public:
[ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRules methods that take this object")]
ReadOnlyCollection<MonitoringRule^>^ GetMonitoringRules(
	ManagementPackRuleCriteria^ criteria
)

Parameters

criteria
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPackRuleCriteria^

A value that specifies the kind of monitoring rules.

Return to top
Show: