MonitoringConnector.GetMonitoringAlertsForTiers Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector.
To get a MonitoringAlert collection through a MonitoringConnector:
The monitoring connector must be set up.
The monitoring connector must be initialized.
Alerts must be present.
Alerts must be marked for the monitoring connector.
Overload List
Name | Description |
---|---|
MonitoringConnector.GetMonitoringAlertsForTiers (IList) | Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts. |
MonitoringConnector.GetMonitoringAlertsForTiers (DateTime, IList) | Gets alerts marked for the monitoring connector where the timestamp is after the specified bookmark. The alerts are from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts. |
MonitoringConnector.GetMonitoringAlertsForTiers (DateTime, Int32, IList) | Gets alerts marked for the monitoring connector, for each tiered Management Group. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. The retrieved array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned along with the alerts. |
MonitoringConnector.GetMonitoringAlertsForTiers (Int32, IList) | Gets alerts marked for the monitoring connector, for each tiered Management Group. The retrieved array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned along with the alerts. |
See Also
Reference
MonitoringConnector Class
MonitoringConnector Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace