UIPageSet

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Represents a group of user interface (UI) pages used to configure a monitor type, template, or module type.

Schema Hierarchy

ManagementPack
  PresentationTypes
    UIPageSets
      UIPageSet

Syntax

<UIPageSet ID=”UIPageSetID” Comment=”Comment” TypeDefinitionID=”TypeDefinitionID”>
   <UIPageReferences>…</UIPageReferences>
   <OutputTransform>…</OutputTransform>
</UIPageSet>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the UIPageSet element.

Attributes

Attribute Description

ID

Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions.

Comment

Optional attribute. Represents commentary by the management pack author.

TypeDefinitionID

Required attribute. Contains the ID of the monitor type, module type, or template for which the UI page set is to collect configuration data.

Child Elements

Element Description

UIPageReferences

Required element. Contains references to all of the required UI pages in the appropriate sequence.

OutputTransform

Optional element. Represents the Extensible Stylesheet Language Transformation (XSLT) required to transform the configuration data to the appropriate XML format.

Parent Elements

Element Description

UIPageSets

Contains groups of UI pages used to configure a monitor, template, or module type.

Remarks

A UI page set defines a sequence of UIPages elements that are shown for the purpose of supplying or editing the required configuration data for a template definition, a module type definition, or a monitor type definition.  The UI page set can define which parts of the data go to which page and how or if that data requires an XSLT transform on a per-page basis. The final output of the entire UI page set is a composite of all of the output from each page and might require an XSLT transform. 

Warning

Operations Manager 2007 R2 does not currently support the creation of custom UI pages.

See Also

Reference

UIPages
UIPageSets