Microsoft.SystemCenter.RuleTemplates.SyslogAlert.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.RuleTemplates.SyslogAlert

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.RuleTemplates.SyslogAlert.PageSet" TypeDefinitionID="Microsoft.SystemCenter.RuleTemplates.SyslogAlert">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.SyslogAlert.SyslogAlert.PageSet.PageReference1" PageID="Microsoft.SystemCenter.RuleTemplates.RuleGeneralPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Category">
<xsl:copy>Alert</xsl:copy>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.SyslogAlert.SyslogAlert.PageSet.PageReference2" PageID="System!System.ExpressionBuilderPage" Usage="CreationOnly">
<InputParameters>
<DataType>System.ApplicationLog.SysLogData</DataType>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.SyslogAlert.SyslogAlert.PageSet.PageReference3" PageID="Health!System.Health.GenerateAlertModuleConfigPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/*"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>