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)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
[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 name | Description |
|---|---|
| Cylinder | Indicates that the management pack KPI status graphic type is cylinder. |
| Faces | Indicates that the management pack KPI status graphic type is faces. |
| Gauge | Indicates that the management pack KPI status graphic type is gauge. |
| ReversedGauge | Indicates that the management pack KPI status graphic type is reversed gauge. |
| RoadSigns | Indicates that the management pack KPI status graphic type is road signs. |
| Shapes | Indicates that the management pack KPI status graphic type is shapes. |
| Thermometer | Indicates that the management pack KPI status graphic type is thermometer. |
| TrafficLight | Indicates that the management pack KPI status graphic type is traffic light. |
| VarianceArrow | Indicates that the management pack KPI status graphic type is variance arrow. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: