ManagementGroup.GetMonitoringAlertReader Method

 

Applies To: Operations Manager for System Center 2012

Retrieves aMonitoringAlertReader object that reads alerts.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringAlertReader()

Obsolete.Retrieves all the monitoring alert readers.

System_CAPS_pubmethod GetMonitoringAlertReader(DateTime)

Obsolete.Retrieves a monitoring alert reader that matches the specified modification time.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria)

Obsolete.Retrieves a monitoring alert reader that matches the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)

Obsolete.Retrieves a monitoring alert reader that matches the specified filter and modification time.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass)

Obsolete.Retrieves a monitoring alert reader that matches the specified filter and class.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, DateTime)

Obsolete.Retrieves a monitoring alert reader for the specified class in accordance with the specified filter and modification time.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a monitoring alert reader for the specified class that matches the specified filter, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime)

Obsolete.Retrieves a monitoring alert reader that matches the specified criteria, scope, depth, and modification time.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringClass)

Obsolete.Retrieves a monitoring alert reader that matches the specified scope.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringClass, DateTime)

Obsolete.Retrieves a monitoring alert reader for the specified class that matches the specified modification time.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringClass, TraversalDepth)

Obsolete.Retrieves a monitoring alert reader for the specified class, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringClass, TraversalDepth, DateTime)

Obsolete.Retrieves a monitoring alert reader for the specified class, with the option to include instances of derived classes and match the specified modification time.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top