PartialMonitoringObjectBase.GetMonitoringAlertReader Method

 

Applies To: Operations Manager for System Center 2012

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringAlertReader()

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringAlertReader(DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that have changed since the specified date and time.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified filter.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

See Also

PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top