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 | |
---|---|---|
GetMonitoringAlertReader() | Obsolete.Retrieves all the monitoring alert readers. |
|
GetMonitoringAlertReader(DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified modification time. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria) | Obsolete.Retrieves a monitoring alert reader that matches the specified criteria. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified filter and modification time. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves a monitoring alert reader that matches the specified filter and class. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, DateTime) | Obsolete.Retrieves a monitoring alert reader for the specified class in accordance with the specified filter and modification time. |
|
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. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified criteria, scope, depth, and modification time. |
|
GetMonitoringAlertReader(MonitoringClass) | Obsolete.Retrieves a monitoring alert reader that matches the specified scope. |
|
GetMonitoringAlertReader(MonitoringClass, DateTime) | Obsolete.Retrieves a monitoring alert reader for the specified class that matches the specified modification time. |
|
GetMonitoringAlertReader(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a monitoring alert reader for the specified class, with the option to include instances of derived classes. |
|
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