Share via


IOperationalDataManagement.GetMonitoringAlert(Guid) Method

Definition

Retrieves an alert by id.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlert ^ GetMonitoringAlert(Guid id);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert GetMonitoringAlert (Guid id);
abstract member GetMonitoringAlert : Guid -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert
Public Function GetMonitoringAlert (id As Guid) As MonitoringAlert

Parameters

id
Guid

The id of the alert.

Returns

The alert.

Exceptions

An alert with that id was not found.

Applies to