Share via


ManagementPackMonitoringLevel Enumeration

Defines the monitoring levels in a management pack.

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

Usage

'Usage
Dim instance As ManagementPackMonitoringLevel

Syntax

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

Members

Member name Description
false Specifies that monitoring is not enabled.
onAdvancedMonitoring Specifies that advanced monitoring is enabled.
onEssentialMonitoring Specifies that essential monitoring is enabled.
onStandardMonitoring Specifies that standard monitoring is enabled.
true Specifies that monitoring is enabled.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace