Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.WebApplication.SingleUrl.Template

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet" TypeDefinitionID="Microsoft.SystemCenter.WebApplication.SingleUrl.Template">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.NameAndDescription" PageID="System!System.NameAndDescriptionPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
<Title ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.NameAndDescription.Title"/>
<SubTitle ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.NameAndDescription.SubTitle"/>
<TabName ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.NameAndDescription.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseUrl" PageID="Microsoft.SystemCenter.WebApplication.SingleUrl.Template.ChooseUrlPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
<Title ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseUrl.Title"/>
<SubTitle ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseUrl.SubTitle"/>
<TabName ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseUrl.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseWatcherNodes" PageID="Microsoft.SystemCenter.WebApplication.SingleUrl.Template.ChooseWatcherNodesPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
<Title ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseWatcherNodes.Title"/>
<SubTitle ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseWatcherNodes.SubTitle"/>
<TabName ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.ChooseWatcherNodes.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.Summary" PageID="Microsoft.SystemCenter.WebApplication.SingleUrl.Template.SummaryPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
<Title ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.Summary.Title"/>
<SubTitle ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.Summary.SubTitle"/>
<TabName ID="Microsoft.SystemCenter.WebApplication.SingleUrl.TemplatePageSet.Reference.Summary.TabName"/>
</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:element name="TypeId">
<xsl:value-of select="/TypeId"/>
</xsl:element>
<xsl:element name="Name">
<xsl:value-of select="/Name"/>
</xsl:element>
<xsl:element name="Description">
<xsl:value-of select="/Description"/>
</xsl:element>
<xsl:element name="LocaleId">
<xsl:value-of select="/LocaleId"/>
</xsl:element>
<xsl:element name="Verb">GET</xsl:element>
<xsl:element name="URL">
<xsl:value-of select="/URL"/>
</xsl:element>
<xsl:element name="Version">HTTP/1.1</xsl:element>
<xsl:element name="PollIntervalInSeconds">
<xsl:value-of select="/PollIntervalInSeconds"/>
</xsl:element>
<xsl:copy-of select="/IncludeList"/>
<xsl:element name="WatcherComputersList">
<xsl:value-of select="/WatcherComputersList"/>
</xsl:element>
<xsl:element name="UniquenessKey">
<xsl:value-of select="/UniquenessKey"/>
</xsl:element>
<xsl:element name="Proxy"/>
<xsl:element name="ProxyUserName"/>
<xsl:element name="ProxyPassword"/>
<xsl:element name="ProxyAuthenticationScheme">None</xsl:element>
<xsl:element name="CredentialUserName"/>
<xsl:element name="CredentialPassword"/>
<xsl:element name="AuthenticationScheme">None</xsl:element>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>