[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines management pack monitor Service Level Objective (SLO) values. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackMonitorSLOState

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackMonitorSLOState
C#
[SerializableAttribute] 
public enum ManagementPackMonitorSLOState
C++
[SerializableAttribute] 
public enum class ManagementPackMonitorSLOState
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackMonitorSLOState
JScript
SerializableAttribute 
public enum ManagementPackMonitorSLOState

Members

Member name Description
Disabled Specifies the disabled state.
PlannedMaintenance Specifies the planned maintenance state.
Unavailable Specifies the unavailable state.
Unmonitored Specifies the unmonitored state.
UnplannedMaintenance Specifies the unplanned maintenance state.
Yellow Specifies the yellow state.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also