ManagementPackCategoryType 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 category of an object in a management pack, such as a task, rule, or monitor.

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

'Usage
Dim instance As ManagementPackCategoryType

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

Member nameDescription
AlertSpecifies the object used for alerts.
AvailabilityHealthSpecifies the object used to check for availability of other objects.
ConfigurationHealthSpecifies the object used to check the configuration of other objects.
ConnectorFrameworkSpecifies the object used in the connector framework.
CustomSpecifies a custom object.
DiscoverySpecifies a discovery object.
DSIntegrationSpecifies the object used for data source integration.
EventCollectionSpecifies the object used for collecting events.
ExceptionMonitoringSpecifies the object used for exception monitoring.
MaintenanceSpecifies the object used for maintenance.
NoneSpecifies no category of an object in a management pack.
NotificationSpecifies the object used for notifications.
OperationsSpecifies the object used for operations.
PerformanceCollectionSpecifies the object used for collecting performance data.
PerformanceHealthSpecifies the object used for performance health monitoring.
SecurityHealthSpecifies the object used for security health monitoring.
SoftwareAndUpdatesSpecifies the object used for updates to software.
StateCollectionSpecifies the object used for collecting state information about an object.
SystemSpecifies the object used for system operations.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: