IOperationalDataManagement.GetMonitoringAlert(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.