Share via


ManagementPackAlertSeverity Enumeration

Defines the severity of an alert.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackAlertSeverity

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ManagementPackAlertSeverity
[SerializableAttribute] 
public enum ManagementPackAlertSeverity
[SerializableAttribute] 
public enum class ManagementPackAlertSeverity
/** @attribute SerializableAttribute() */ 
public enum ManagementPackAlertSeverity
SerializableAttribute 
public enum ManagementPackAlertSeverity

Members

Member name Description
Error Specifies the alert occurred because of an error.
Information Specifies that the alert contains information about the system.
MatchMonitorHealth Specifies that the alert severity will match the health state of the monitor that the alert is associated with.
Warning Specifies that the alert contains a warning.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace