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:

Overload List

Name Description
MonitoringConnector.GetMonitoringAlertsForTiers (out Generic 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, out Generic 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 (Int32, out Generic 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.
MonitoringConnector.GetMonitoringAlertsForTiers (DateTime, Int32, out Generic 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.

See Also


Send comments about this topic to Microsoft.