System.Performance.ConsecutiveSamplesThresholdPageSet (UIPageSet)

Element properties:

Type DefinitionSystem.Performance.ConsecutiveSamplesThreshold

Source Code:

<UIPageSet ID="System.Performance.ConsecutiveSamplesThresholdPageSet" TypeDefinitionID="System.Performance.ConsecutiveSamplesThreshold">
<UIPageReferences>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference6" PageID="Health!System.Health.MonitorGeneralPage">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference1" PageID="System.Performance.CounterPage">
<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:copy-of select="/ComputerName"/>
<xsl:copy-of select="/CounterName"/>
<xsl:copy-of select="/ObjectName"/>
<xsl:copy-of select="/InstanceName"/>
<xsl:copy-of select="/AllInstances"/>
<xsl:copy-of select="/Frequency"/>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference2" PageID="System.Performance.ThresholdComparisonPage">
<InputParameters>
<ValidOperators>
<Operator>greater</Operator>
<Operator>greaterequal</Operator>
<Operator>less</Operator>
<Operator>lessequal</Operator>
</ValidOperators>
</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:copy-of select="/Threshold"/>
<xsl:element name="Operator">
<xsl:value-of select="/Direction"/>
</xsl:element>
<xsl:copy-of select="/NumSamples"/>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference3" PageID="Health!System.Health.OperationalStatesConfigPage">
<InputParameters>
<ConditionTrue>Error</ConditionTrue>
<ConditionFalse>Success</ConditionFalse>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference4" PageID="Health!System.Health.AlertingPage">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference7" PageID="Health!System.Health.DiagnosticAndRecoveryPage" Usage="UpdateOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference5" PageID="Health!System.Health.ProductKnowledgePage" Usage="UpdateOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="System.Performance.ConsecutiveSamplesThresholdPageSet.PageReference8" PageID="Health!System.Health.CompanyKnowledgePage" Usage="UpdateOnly">
<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:copy-of select="/ComputerName"/>
<xsl:copy-of select="/CounterName"/>
<xsl:copy-of select="/ObjectName"/>
<xsl:copy-of select="/InstanceName"/>
<xsl:copy-of select="/AllInstances"/>
<xsl:copy-of select="/Frequency"/>
<xsl:copy-of select="/Threshold"/>
<xsl:element name="Direction">
<xsl:value-of select="/Operator"/>
</xsl:element>
<xsl:copy-of select="/NumSamples"/>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>