ManagementGroup.GetMonitoringAlert Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a monitoring alert.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlert()")]
public MonitoringAlert GetMonitoringAlert(
Guid id
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlert()")]
MonitoringAlert^ GetMonitoringAlert(
Guid id
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlert()")>]
member GetMonitoringAlert :
id:Guid -> MonitoringAlert
<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlert()")>
Public Function GetMonitoringAlert (
id As Guid
) As MonitoringAlert
Parameters
id
Type: System.GuidThe GUID of the alert to retrieve.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert
Returns aMonitoringAlert object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top