ManagementPackKPIStatusGraphic 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.]

Represents a KPI status graphic type for the management pack.

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

'Usage
Dim instance As ManagementPackKPIStatusGraphic

[SerializableAttribute] 
[TypeMappingAttribute(L"System.Extensibility", L"1.0.0.0", L"StatusGraphic")] 
public enum class ManagementPackKPIStatusGraphic
/** @attribute SerializableAttribute() */ 
/** @attribute TypeMappingAttribute("System.Extensibility", "1.0.0.0", "StatusGraphic") */ 
public enum ManagementPackKPIStatusGraphic
SerializableAttribute 
TypeMappingAttribute("System.Extensibility", "1.0.0.0", "StatusGraphic") 
public enum ManagementPackKPIStatusGraphic

Member nameDescription
CylinderIndicates that the management pack KPI status graphic type is cylinder.
FacesIndicates that the management pack KPI status graphic type is faces.
GaugeIndicates that the management pack KPI status graphic type is gauge.
ReversedGaugeIndicates that the management pack KPI status graphic type is reversed gauge.
RoadSignsIndicates that the management pack KPI status graphic type is road signs.
ShapesIndicates that the management pack KPI status graphic type is shapes.
ThermometerIndicates that the management pack KPI status graphic type is thermometer.
TrafficLightIndicates that the management pack KPI status graphic type is traffic light.
VarianceArrowIndicates that the management pack KPI status graphic type is variance arrow.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: