ManagementPackMonitoringLevel Enumeration

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the monitoring levels in a management pack.

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

'Usage
Dim instance As ManagementPackMonitoringLevel

[SerializableAttribute] 
public enum class ManagementPackMonitoringLevel
/** @attribute SerializableAttribute() */ 
public enum ManagementPackMonitoringLevel
SerializableAttribute 
public enum ManagementPackMonitoringLevel

Member nameDescription
falseSpecifies that monitoring is not enabled.
onAdvancedMonitoringSpecifies that advanced monitoring is enabled.
onEssentialMonitoringSpecifies that essential monitoring is enabled.
onStandardMonitoringSpecifies that standard monitoring is enabled.
trueSpecifies that monitoring is enabled.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: