Updates the specified collection of monitoring
alerts and explains the update. Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim alerts As IList(Of T) Dim comments As String Dim returnValue As IList(Of MonitoringAlertUpdateFailure) returnValue = instance.UpdateMonitoringAlerts(alerts, comments)Function UpdateMonitoringAlerts(Of T As MonitoringAlert) ( _ alerts As IList(Of T), _ comments As String _ ) As IList(Of MonitoringAlertUpdateFailure)IList<MonitoringAlertUpdateFailure> UpdateMonitoringAlerts<T> ( IList<T> alerts, string comments ) where T : MonitoringAlertgeneric<typename T> where T : MonitoringAlert IList<MonitoringAlertUpdateFailure^>^ UpdateMonitoringAlerts ( IList<T>^ alerts, String^ comments )GenericParametersTMust be of type PartialMonitoringObject.ParametersalertsThe collection of alerts to update.commentsThe comments that explain the reason for the update.Return ValueReturns a IList.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim alerts As IList(Of T) Dim comments As String Dim returnValue As IList(Of MonitoringAlertUpdateFailure) returnValue = instance.UpdateMonitoringAlerts(alerts, comments)Function UpdateMonitoringAlerts(Of T As MonitoringAlert) ( _ alerts As IList(Of T), _ comments As String _ ) As IList(Of MonitoringAlertUpdateFailure)IList<MonitoringAlertUpdateFailure> UpdateMonitoringAlerts<T> ( IList<T> alerts, string comments ) where T : MonitoringAlertgeneric<typename T> where T : MonitoringAlert IList<MonitoringAlertUpdateFailure^>^ UpdateMonitoringAlerts ( IList<T>^ alerts, String^ comments )GenericParametersTMust be of type PartialMonitoringObject.ParametersalertsThe collection of alerts to update.commentsThe comments that explain the reason for the update.Return ValueReturns a IList.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.