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 | |
---|---|---|
GetMonitoringAlertReader() | Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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