Microsoft.EnterpriseManagement.Configuration Namespace

System Center
Contains the classes that define different elements and types in a management pack and the objects that are contained in a management group.

ClassDescription
EnterpriseManagementObjectGenericPropertyRepresents a generic property.
ManagementPackThis class represents a management pack.
ManagementPackAccessibleElementThe ManagementPackAccessibleElement class is an abstract class that represents a public management pack item. Unlike internal management pack items, items that are public can be referenced or extended by other management packs.
ManagementPackAggregateMonitorRepresents a management pack element that is defined by the ManagementPackAggregateMonitor complex type. This type defines a monitor that reports health information from monitors lower in the monitor hierarchy tree. Health information is reported in a given instance of a class.
ManagementPackAssemblyResourceRepresents a management pack assembly resource.
ManagementPackAssemblyResourceDependencyRepresents a management pack assembly resource dependency.
ManagementPackBaseFactTypeSpecifies the base class used for the management pack fact types.
ManagementPackCategoryRepresents a management pack category.
ManagementPackCategoryCriteriaRepresents the management pack category criteria.
ManagementPackCategoryOverrideRepresents a management pack element that is defined by the ManagementPackCategoryOverride complex type.
ManagementPackCategoryResultantOverrideSetRepresents the management pack category result set.
ManagementPackClassRepresents a management pack class. Management pack classes are defined in the ClassTypes elements in management packs. You can use this class to find information such as the available properties on the management pack class.
ManagementPackClassCriteriaRepresents the management pack class criteria.
ManagementPackClassPropertyRepresents a class property in a management pack. The property is populated during discovery of the class. Obsolete.
ManagementPackConditionDetectionModuleRepresents a management pack element that is defined by the ManagementPackConditionDetectionModule complex type.
ManagementPackConditionDetectionModuleTypeRepresents a management pack element that is defined by the ManagementPackConditionDetectionModuleType complex type.
ManagementPackConfigurationGroupRepresents a configuration group element in a management pack.
ManagementPackConfigurationGroupCriteriaRepresents a management pack configuration group criteria.
ManagementPackConfigurationSchemaTypeRepresents a management pack element that is defined by the ManagementPackConfigurationSchemaType complex type.
ManagementPackConsoleTaskRepresents a management pack element that is defined by the ManagementPackConsoleTask complex type. This type defines a console task in a management pack.
ManagementPackConsoleTaskCriteriaRepresents a management pack console task criteria.
ManagementPackConsoleTaskParameterRepresents a management pack console task parameter.
ManagementPackConsoleTaskParameterProxyCollectionRepresents a management pack console task parameter proxy collection.
ManagementPackCriteriaSpecifies the criteria for the GetManagementPacks method, limiting the returned objects to those that meet the criteria.
ManagementPackDatabaseWriterAllows you to write management pack information in a management group.
ManagementPackDataSourceModuleRepresents a management pack element that is defined by the ManagementPackDataSourceModule complex type. This type defines a data source module that outputs a certain type of data.
ManagementPackDataSourceModuleTypeRepresents a management pack element that is defined by the ManagementPackDataSourceModuleType complex type. This type defines a code-based module type that requires no input data and outputs data of a specific type.
ManagementPackDataTypeRepresents a management pack element that is defined by the ManagementPackDataType complex type. This type defines a data type used by a component of the management pack, such as a module. Data types require a code implementation.
ManagementPackDataTypeCriteriaRepresents a management pack data type criteria.
ManagementPackDataWarehouseDataSetRepresents a management pack element that is defined by the ManagementPackDataWarehouseDataSet complex type. This type defines a custom data set that extends the data stored in a data warehouse object.
ManagementPackDataWarehouseDataSetCriteriaRepresents the management pack data warehouse data set criteria.
ManagementPackDataWarehouseScriptRepresents a management pack element that is defined by the ManagementPackDataWarehouseScript complex type. This type allows you to create tables, indexes, and stored procedures, which are often required by reports to optimize performance.
ManagementPackDataWarehouseScriptCriteriaRepresents the management pack data warehouse script criteria.
ManagementPackDependencyMonitorRepresents a management pack element that is defined by the ManagementPackDependencyMonitor complex type. This type defines a monitor that reports health information from monitors in a defined relationship type. Health information is reported based on a defined algorithm for all instances across the relationship type.
ManagementPackDeploymentInformationRepresents the management pack deployment information.
ManagementPackDiagnosticRepresents a management pack element that is defined by the ManagementPackDiscovery complex type. This type defines a diagnostic object that is triggered by a monitor state change. The diagnostic object probes the system for data.
ManagementPackDiagnosticConfigurationOverrideDefines an override a for a custom configuration parameter for a diagnostic. The override is defined in a Management Pack and allows you to change the default value of the configuration parameter. The configuration parameter name and value can be accessed through this type.
ManagementPackDiagnosticCriteriaSpecifies the criteria for the GetDiagnostics(ManagementPackDiagnosticCriteria) method, limiting the returned objects to those that meet the criteria.
ManagementPackDiagnosticOverrideDefines an override for a diagnostic. You can use this type to find the identifier for the diagnostic that has the override and the override value. Cast an object of this type as one of the derived types to access override information such as the diagnostic property or configuration parameter that is overridden. For a list of derived classes, see the inheritance hierarchy.
ManagementPackDiagnosticPropertyOverrideDefines an override a for a diagnostic property. The override is defined in a Management Pack and allows you to change the default value of the property. The property name and value can be accessed through this type.
ManagementPackDiagnosticResultantOverrideSetRepresents the management pack diagnostic resultant override set class.
ManagementPackDimensionTypeRepresents a management pack dimension type.
ManagementPackDimensionTypeCriteriaSpecifies the criteria for the GetDimensionTypes method, limiting the returned dimension type objects to those that meet the criteria.
ManagementPackDiscoveryRepresents a management pack element that is defined by the ManagementPackDiscovery complex type. This type defines a discovery object that discovers instances and properties of one or more class types or relationship types. A discovery object consists of a single data source module and contains metadata to declare the classes and relationships that can be discovered.
ManagementPackDiscoveryClassRepresents a Management Pack element that is defined by the ManagementPackDiscoveryClass complex type. This type defines a view in a class that can be instantiated by a discovery object in a Management Pack.
ManagementPackDiscoveryClassPropertyRepresents a Management Pack element that is defined by the ManagementPackDiscoveryClassProperty complex type. This type defines a view in a property that can be populated for a discovered class by a discovery object.
ManagementPackDiscoveryConfigurationOverrideDefines an override a for a custom configuration parameter for a discovery. The override is defined in a Management Pack and allows you to change the default value of the configuration parameter. The configuration parameter name and value can be accessed through this type.
ManagementPackDiscoveryCriteriaSpecifies the criteria for the GetDiscoveries method, limiting the returned discovery objects to those that meet the criteria.
ManagementPackDiscoveryOverrideDefines an override for a discovery. You can use this type to find the identifier for the discovery that has the override and the override value. Cast an object of this type as one of the derived types to access override information such as the discovery property or configuration parameter that is overridden. For a list of derived classes, see the inheritance hierarchy.
ManagementPackDiscoveryPropertyOverrideDefines an override a for a discovery property. The override is defined in a Management Pack and allows you to change the default value of the property. The property name and value can be accessed through this type.
ManagementPackDiscoveryRelationshipRepresents a Management Pack element that is defined by the ManagementPackDiscoveryRelationship complex type. This type defines a relationship that can be instantiated by a discovery object.
ManagementPackDiscoveryRelationshipPropertyRepresents a Management Pack element that is defined by the ManagementPackDiscoveryRelationshipProperty complex type. This type defines a property that can be populated for a discovered relationship.
ManagementPackDiscoveryResultantOverrideSetRepresents the management pack discovery resultant override set class.
ManagementPackDisplayStringRepresents a management pack element that is defined by the ManagementPackDisplayString complex type. This type defines a display string for a specific element or child element in the management pack.
ManagementPackDisplayStringCriteriaSpecifies the criteria for the GetDisplayStrings method, limiting the returned display string objects to those that meet the criteria.
ManagementPackElementDefines the abstract base class for all management pack elements.
ManagementPackElementCollectionManages a collection of ManagementPackElement objects.
ManagementPackElementInfoSpecifies the base class used to define information about a management pack element.
ManagementPackElementInfoCollectionContains a collection of ManagementPackElementInfo objects.
ManagementPackElementProxyCollectionManages a collection of ManagementPackElement objects.
ManagementPackElementReferenceDefines a reference to a management pack element of type T.
ManagementPackEnumerationRepresents a management pack enumeration.
ManagementPackEnumerationCriteriaRepresents the management pack enumeration criteria.
ManagementPackFactTypeRepresents a management pack fact type.
ManagementPackFactTypeCriteriaSpecifies the criteria for the GetFactTypes method, limiting the returned objects to those that meet the criteria.
ManagementPackFactTypeDimensionRepresents the management pack fact type dimension class.
ManagementPackFolderRepresents a management pack element that is defined by the ManagementPackFolder complex type. This type defines a folder that stores management pack elements.
ManagementPackFolderCriteriaRepresents the management pack folder criteria.
ManagementPackFolderItemRepresents a management pack element that is defined by the ManagementPackFolderItem complex type. This type defines a folder item that adds a management pack element to a defined folder.
ManagementPackFormRepresents a management pack form.
ManagementPackFormCriteriaRepresents the management pack form criteria.
ManagementPackImageRepresents a management pack element that is defined by the ManagementPackImage complex type. This type defines an image in a management pack.
ManagementPackImageObjectCriteriaRepresents the management pack image object criteria. Obsolete.
ManagementPackImageReferenceRepresents a management pack element that is defined by the ManagementPackImageReference complex type. This type defines an image reference that links an image to a management pack element.
ManagementPackItemProvides the base class used for an item in a management pack.
ManagementPackItemCollectionUsed to manage a collection of ManagementPackItem objects. This class contains a dictionary of ManagementPackItem objects and provides search functionality for the items.
ManagementPackKnowledgeArticleRepresents a management pack element that is defined by the ManagementPackKnowledgeArticle complex type. This type defines a knowledge article for a specific element or subelement in the management pack. The knowledge article is either in HTML format or XML format (Microsoft Assistance Markup Language, or MAML).
ManagementPackKnowledgeArticleCriteriaRepresents the management pack knowledge article criteria.
ManagementPackLanguageIdentityRepresents a management pack element that is defined by the ManagementPackLanguageIdentity complex type. This type defines a language in a management pack.
ManagementPackLanguagePackRepresents a management pack element that is defined by the ManagementPackLanguagePack complex type. This type defines display strings and knowledge articles for a given language.
ManagementPackLanguagePackCriteriaRepresents the management pack language criteria.
ManagementPackLinkedReportRepresents a management pack element that is defined by the ManagementPackLinkedReport complex type. This type defines a linked report in a management pack.
ManagementPackLinkedReportCriteriaRepresents the management pack linked report criteria.
ManagementPackLinkedReportParameterRepresents a management pack element that is defined by the ManagementPackLinkedReportParameter complex type. This type defines a parameter in a linked report.
ManagementPackManagedImplementationRepresents a management pack element that is defined by the ManagementPackManagedImplementation complex type. This type defines the code-based implementation used for an object in a management pack.
ManagementPackMeasureTypeRepresents a management pack measure type.
ManagementPackMeasureTypeCriteriaRepresents the management pack measure type criteria.
ManagementPackModuleRepresents a management pack element that is defined by the ManagementPackModule complex type. This abstract type defines a module in a management pack.
ManagementPackModuleCompositionNodeTypeRepresents a management pack element that is defined by the ManagementPackModuleCompositionNodeType complex type. This type defines a reference to a module node in a management pack.
ManagementPackModuleTypeRepresents a management pack element that is defined by the ManagementPackModuleType complex type. This type defines the type for a module in a management pack.
ManagementPackModuleTypeCriteriaRepresents the management pack module type criteria.
ManagementPackModuleTypeReferenceRepresents a management pack element that is defined by the ManagementPackModuleTypeReference complex type. This type defines a reference to a module type in a management pack.
ManagementPackMonitorRepresents a management pack element that is defined by the ManagementPackMonitor complex type. This is an abstract type that defines a monitor object in a management pack.
ManagementPackMonitorAlertSettingsRepresents a management pack element that is defined by the ManagementPackMonitorAlertSettings complex type.
ManagementPackMonitorConfigurationOverrideDefines an override for a custom configuration parameter for a monitor.
ManagementPackMonitorCriteriaRepresents the management pack monitor criteria.
ManagementPackMonitoringOverrideRepresents a management pack element that is defined by the ManagementPackMonitoringOverride complex type.
ManagementPackMonitorOverrideDefines an override for a monitor. You can use this type to find the identifier for the monitor that has the override and the override value. Cast an object of this type as one of the derived types to access override information such as the monitor property or configuration setting that is overridden. For a list of derived classes, see the inheritance hierarchy.
ManagementPackMonitorPropertyOverrideDefines an override for a monitor property.
ManagementPackMonitorResultantOverrideSetRepresents a monitor result set.
ManagementPackMonitorSLORepresents a management pack monitor Service Level Objective (SLO).
ManagementPackMonitorTypeDetectionRepresents a management pack element that is defined by the ManagementPackMonitorTypeDetection complex type.
ManagementPackMonitorTypeStateRepresents a management pack element that is defined by the ManagementPackMonitorTypeState complex type.
ManagementPackObjectTemplateRepresents a management pack object template.
ManagementPackObjectTemplateCriteriaRepresents the management pack object template criteria.
ManagementPackObjectTemplateObjectRepresents a management pack object template.
ManagementPackObjectTemplatePropertyRepresents the management pack object template property.
ManagementPackOutriggerTypeRepresents a management pack outrigger type.
ManagementPackOutriggerTypeCriteriaRepresents the management pack outrigger type criteria.
ManagementPackOverrideDefines the abstract base class for overrides in a management pack. Cast an object of this type as one of the derived types to access override information such as the property or configuration setting that is overridden and the value of the override. For a list of derived classes, see the inheritance hierarchy.
ManagementPackOverrideableParameterRepresents a management pack element that is defined by the ManagementPackOverrideableParameter complex type.
ManagementPackOverrideCriteriaRepresents the management pack override criteria.
ManagementPackPageCriteriaRepresents the management pack page criteria.
ManagementPackPageSetCriteriaRepresents the management pack page set criteria.
ManagementPackPerformanceCounterSLORepresents the management pack performance counter Service Level Objective (SLO).
ManagementPackProbeActionModuleRepresents a management pack element that is defined by the ManagementPackProbeActionModule complex type. This type defines a probe action module that can be executed.
ManagementPackProbeActionModuleTypeRepresents a management pack element that is defined by the ManagementPackProbeActionModuleType complex type. This type defines a probe action module type, which is a code-based or composed module type that has a single input data stream of a specific type and outputs data of a specific type.
ManagementPackPropertyRepresents a property in a management pack.
ManagementPackPropertyOptimizationRepresents the management pack property optimization.
ManagementPackPropertyOptimizationPropertyReferenceRepresents a management pack property optimization property reference.
ManagementPackRecoveryRepresents a management pack element that is defined by the ManagementPackRecovery complex type. This type defines a recovery object that is triggered by a monitor state change or by a diagnostic object execution. The workflow performs an action that can change the state of a monitored component.
ManagementPackRecoveryConfigurationOverrideDefines an override for a custom configuration parameter for a recovery. The override is defined in a management pack and allows you to change the default value of the configuration parameter. The configuration parameter name and value can be accessed through this type.
ManagementPackRecoveryCriteriaRepresents the management pack recovery criteria.
ManagementPackRecoveryOverrideDefines an override for a recovery. You can use this type to find the identifier for the recovery that has the override and the override value. Cast an object of this type as one of the derived types to access override information such as the recovery property or configuration parameter that is overridden. For a list of derived classes, see the inheritance hierarchy.
ManagementPackRecoveryPropertyOverrideDefines an override for a recovery property. The override is defined in a management pack and allows you to change the default value of the property. The property name and value can be accessed through this type.
ManagementPackRecoveryResultantOverrideSetRepresents the management pack recovery result set.
ManagementPackReferenceRepresents a reference to a management pack.
ManagementPackReferenceCollectionRepresents a management pack element that is defined by the ManagementPackReferenceCollection complex type. This type defines a collection of references used by the management pack.
ManagementPackRelationshipRepresents a management pack element that is defined by the ManagementPackRelationship complex type. This type defines a relationship between two management pack classes.
ManagementPackRelationshipCriteriaRepresents the management pack relationship criteria.
ManagementPackRelationshipEndpointRepresents a management pack relationship endpoint.
ManagementPackRelationshipFactTypeRepresents a management pack relationship fact type.
ManagementPackRelationshipFactTypeCriteriaRepresents the management pack relationship fact type criteria.
ManagementPackRelationshipFactTypeRelationshipsRepresents a ManagementPackRelationship as referenced by a ManagementPackRelationshipFactType.
ManagementPackRelationshipPropertyThis class will be removed in the next release and should no longer be used. Please use ManagementPackProperty instead. Obsolete.
ManagementPackReportRepresents a management pack element that is defined by the ManagementPackReport complex type. This type defines a report in a management pack. The report contains a rule, task, view, and data set.
ManagementPackReportCriteriaSpecifies the criteria for the GetReports method, limiting the returned report objects to those that meet the criteria.
ManagementPackReportParameterControlRepresents a management pack element that is defined by the ManagementPackReportParameterControl complex type. This type defines a report control in a management pack by defining the implementation for the control.
ManagementPackReportParameterControlCriteriaSpecifies the criteria for the GetReportParameterControls method, limiting the returned report parameter control objects to those that meet the criteria.
ManagementPackReportParameterControlImplementationRepresents a management pack element that is defined by the ManagementPackReportParameterControlImplementation complex type.
ManagementPackReportResourceRepresents a management pack element that is defined by the ManagementPackReportResource complex type. This type defines resource data for a report.
ManagementPackReportResourceCriteriaSpecifies the criteria expression for selecting management pack report resource objects.
ManagementPackReportStringRepresents a management pack element that is defined by the ManagementPackReportString complex type.
ManagementPackResourceRepresents a management pack resource.
ManagementPackResourceCriteriaRepresents the management pack resource criteria.
ManagementPackRuleRepresents a management pack element that is defined by the ManagementPackRule complex type. This type defines a rule that consists of at least a single data source and a single write action. Optionally, a single condition detection module can be used. Rules are not used to monitor state.
ManagementPackRuleConfigurationOverrideDefines an override for a custom configuration parameter for a rule. The override is defined in a management pack and allows you to change the default value of the configuration parameter. The configuration parameter name and value can be accessed through this type.
ManagementPackRuleCriteriaRepresents the management pack rule criteria.
ManagementPackRuleOverrideDefines an override for a rule.
ManagementPackRulePropertyOverrideDefines an override for a rule property.
ManagementPackRuleResultantOverrideSetRepresents a management pack rule resultant override set.
ManagementPackSchemaTypeRepresents a management pack element that is defined by the ManagementPackSchemaType complex type. This type defines a schema type that can be used to validate user-supplied values.
ManagementPackSchemaTypeCriteriaRepresents the management pack schema type criteria.
ManagementPackSearchablePropertiesRepresents the management pack searchable properties.
ManagementPackSearchablePropertyReferenceRepresents the management pack searchable property reference.
ManagementPackSecureReferenceRepresents a management pack element that is defined by the ManagementPackSecureReference complex type. This type defines a secure reference that is defined in a management pack. The secure reference can store credentials.
ManagementPackSecureReferenceCriteriaRepresents the management pack secure reference criteria.
ManagementPackSecureReferenceOverrideRepresents a management pack secure reference override.
ManagementPackSecureReferenceResultantOverrideSetRepresents a management pack secure reference resultant override set.
ManagementPackServiceLevelObjectiveCriteriaRepresents the management pack service-level objective criteria.
ManagementPackSLORepresents a management pack Service Level Objective (SLO).
ManagementPackStringResourceRepresents a management pack element that is defined by the ManagementPackStringResource complex type. This type defines a resource string in a management pack.
ManagementPackSubElementContains a child element to another element in a management pack.
ManagementPackSubElementCollectionRepresents a collection of child elements in a management pack.
ManagementPackSubElementReferenceRepresents a reference to a management pack subelement of type T.
ManagementPackTaskRepresents a management pack element that is defined by the ManagementPackTask complex type. This type defines a task in a management pack that is triggered on demand by a user. The task consists of a single probe action or a single write action.
ManagementPackTaskCriteriaRepresents the management pack task criteria.
ManagementPackTemplateRepresents a management pack element that is defined by the ManagementPackTemplate complex type. This type defines a template in a management pack.
ManagementPackTemplateCriteriaRepresents the management pack template type criteria.
ManagementPackTemplateSectionRepresents a management pack element that is defined by the ManagementPackTemplateSection complex type.
ManagementPackTypeSpecifies the base class used for the management pack types.
ManagementPackTypeProjectionRepresents a management pack type projection.
ManagementPackTypeProjectionComponentRepresents a management pack type projection component.
ManagementPackTypeProjectionCriteriaRepresents the management pack type projection criteria.
ManagementPackTypeWarehouseAttributeRepresents a management pack type warehouse attribute.
ManagementPackUIPageRepresents a management pack element that is defined by the ManagementPackUIPage complex type. This type defines a code-based UI page that shows configuration information for modules, monitors, and templates when it is used as part of a UI page set.
ManagementPackUIPageReferenceRepresents a management pack element that is defined by the ManagementPackUIPageReference complex type.
ManagementPackUIPageReferenceSubElementRepresents a management pack element that is defined by the ManagementPackUIPageReferenceSubElement complex type. This type defines a child element of an element of type ManagementPackUIPageReference.
ManagementPackUIPageSetRepresents a management pack element that is defined by the ManagementPackUIPageSet complex type. This type defines the UI page reference and transform that are used to define the flow of UI pages to configure a module, monitor, or template.
ManagementPackUnitMonitorRepresents a management pack element that is defined by the ManagementPackUnitMonitor complex type. This type monitors some aspect of a target instance and determines the state of the instance based on the workflows defined by the monitor type.
ManagementPackUnitMonitorOperationalStateRepresents a management pack element that is defined by the ManagementPackUnitMonitorOperationalState complex type. This type defines a monitor operational state. One operational state is required for each monitor type state declared by the unit monitor type.
ManagementPackUnitMonitorTypeRepresents a management pack element that is defined by the ManagementPackUnitMonitorType complex type. This type defines a monitor that declares states and corresponding workflows to monitor the state of class instances.
ManagementPackUnitMonitorTypeCriteriaRepresents the management pack unit monitor type criteria.
ManagementPackViewRepresents a management pack element that is defined by the ManagementPackView complex type. This type defines a view in a management pack.
ManagementPackViewCriteriaRepresents the management pack view criteria.
ManagementPackViewTypeRepresents a management pack element that is defined by the ManagementPackViewType complex type. This type defines how a view is implemented and configured.
ManagementPackViewTypeCriteriaRepresents the management pack view type criteria.
ManagementPackWarehouseEntityTypeRepresents the management pack warehouse entity type.
ManagementPackWarehouseModuleTypeRepresents a management pack warehouse module type.
ManagementPackWarehouseModuleTypeCriteriaRepresents the management pack warehouse module type criteria.
ManagementPackWarehousePropertyRepresents the management pack warehouse property.
ManagementPackWarehouseRelationalEntityTypeProvides the base class used to represent the management pack warehouse relational entity type.
ManagementPackWriteActionModuleRepresents a management pack element that is defined by the ManagementPackWriteActionModule complex type. This element defines a write action module.
ManagementPackWriteActionModuleTypeRepresents a management pack element that is defined by the ManagementPackWriteActionModuleType complex type. This type contains information about the input and output data types that a module of this type uses.
MonitoringTaskCredentialsSpecifies the base class used for task credentials. Obsolete.
ProductDefines product types.
ResultantOverrideDefines the base class for all resultant overrides.
ResultantOverrideSetProvides the base class for defining the base resultant override set.
ResultantOverrideSetWithWorkflowPropertyOverridesProvides the base class used for defining the base resultant override set.
SDKServiceConnectorYou can use this class to find all registered software development kit (SDK) services.
SystemClassRepresents the commonly known system classes.
SystemRelationshipDefines the known system relationship types.
TaskConfigurationRepresents a configuration for starting a task.
TaskCredentialsSpecifies the base class used for all credentials.
WindowsTaskCredentialsRepresents a full Windows credential set.

StructureDescription
DeclarationsDefines the current schema version.

EnumerationDescription
BaseClassTraversalDepthDefines the depth used to traverse up a base class inheritance hierarchy.
CategoryTargetSpecifies category targets.
DerivedClassTraversalDepthDefines the depth used to traverse down a derived class inheritance hierarchy.
EnterpriseManagementObjectGenericPropertyNameSpecifies valid generic property names.
HealthStateDefines the range of valid health state values.
ManagementPackAccessibilityDefines the range of valid accessibility values for a management pack and the type definitions that it contains.
ManagementPackAggregateMonitorAlgorithmDefines the algorithm that is used to report health information.
ManagementPackAlertSeverityDefines the severity of an alert.
ManagementPackAttributeListTypeEnumSpecifies management pack attribute list type values.
ManagementPackCategoryTypeDefines the category of an object in a management pack, such as a task, rule, or monitor.
ManagementPackConsoleTaskCategoryDefines the categories that classify how a console task is used. Obsolete.
ManagementPackDependencyMonitorAlgorithmDefines the algorithms used by a dependency monitor object to report health state information.
ManagementPackDeploymentStatusDefines the management pack deployment status.
ManagementPackDimensionHierarchySupportDefines management pack dimension hierarchy support.
ManagementPackElementStatusDefines the possible state of a management pack element. The status switches to Unchanged after the management pack has been committed.
ManagementPackEntityPropertyTypesDefines the data types that are used for property values.
ManagementPackImageCategoryDefines the categories used for images referenced in a management pack. Obsolete.
ManagementPackIsolationLevelDefines the isolation level used to run a module in a management pack.
ManagementPackMeasureAggregationSpecifies the management pack measure aggregation values.
ManagementPackMonitorDetectionsDefines values for detecting monitors.
ManagementPackMonitoringLevelDefines the monitoring levels in a management pack.
ManagementPackMonitorPropertyDefines the properties for a monitor in a management pack.
ManagementPackMonitorSLOStateDefines management pack monitor Service Level Objective (SLO) values.
ManagementPackPerformanceCounterSLOAggregationMethodDefines the management pack performance counter Service Level Objective (SLO) method.
ManagementPackPerformanceCounterSLODesiredObjectiveDefines the management pack performance counter Service Level Objective (SLO) method desired objectives.
ManagementPackReportPlatformDefines the platforms used in the implementation of a report control.
ManagementPackScriptTypeEnumSpecifies the management pack script types.
ManagementPackSecureReferenceOverridePropertyDefines the properties for the management pack secure reference override.
ManagementPackTimeGrainEnumDefines the management pack time intervals.
ManagementPackUIPageReferenceUsageDefines the usage for management pack UI page references.
ManagementPackWorkflowPriorityDefines the priority of a management pack workflow.
ManagementPackWorkflowPropertyDefines the status of a management pack workflow.
PropertyExtensionModeDefines modes of using extended properties.
SystemManagementPackDefines the commonly known system management packs.
 
Show: