Microsoft.SystemCenter.WebApplication.UrlProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.WebApplication.WebApplicationData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Proxystring$Config/Proxy$Proxy
ProxyUserNamestring$Config/ProxyUserName$Proxy User Name
ProxyPasswordstring$Config/ProxyPassword$Proxy Password
ProxyAuthenticationSchemestring$Config/ProxyAuthenticationScheme$Proxy Authentication Scheme
CredentialUserNamestring$Config/CredentialUserName$Credential User Name
CredentialPasswordstring$Config/CredentialPassword$Credential Password
AuthenticationSchemestring$Config/AuthenticationScheme$Authentication Scheme
FollowRedirectsbool$Config/FollowRedirects$Follow Redirects
RetryCountint$Config/RetryCount$Retry Count
RequestTimeoutint$Config/RequestTimeout$Request Timeout

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WebApplication.UrlProbe" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WebApplication.WebModulesSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Proxy" type="xsd:string"/>
<xsd:element name="ProxyUserName" type="xsd:string"/>
<xsd:element name="ProxyPassword" type="xsd:string"/>
<xsd:element name="ProxyAuthenticationScheme" type="AuthenticationSchemeType"/>
<xsd:element name="CredentialUserName" type="xsd:string"/>
<xsd:element name="CredentialPassword" type="xsd:string"/>
<xsd:element name="AuthenticationScheme" type="AuthenticationSchemeType"/>
<xsd:element name="FollowRedirects" type="xsd:boolean"/>
<xsd:element name="RetryCount" type="xsd:unsignedInt"/>
<xsd:element name="RequestTimeout" type="xsd:unsignedInt"/>
<xsd:element name="Requests">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Request" type="RequestType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="TransactionResponseTimeWarningCriteria" type="RequestEvaluationNumericCriteriaType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="TransactionResponseTimeErrorCriteria" type="RequestEvaluationNumericCriteriaType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="PerformanceCollectionFrequencyInCycles" type="xsd:unsignedInt" minOccurs="0" maxOccurs="1" default="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Proxy" ParameterType="string" Selector="$Config/Proxy$"/>
<OverrideableParameter ID="ProxyUserName" ParameterType="string" Selector="$Config/ProxyUserName$"/>
<OverrideableParameter ID="ProxyPassword" ParameterType="string" Selector="$Config/ProxyPassword$"/>
<OverrideableParameter ID="ProxyAuthenticationScheme" ParameterType="string" Selector="$Config/ProxyAuthenticationScheme$"/>
<OverrideableParameter ID="CredentialUserName" ParameterType="string" Selector="$Config/CredentialUserName$"/>
<OverrideableParameter ID="CredentialPassword" ParameterType="string" Selector="$Config/CredentialPassword$"/>
<OverrideableParameter ID="AuthenticationScheme" ParameterType="string" Selector="$Config/AuthenticationScheme$"/>
<OverrideableParameter ID="FollowRedirects" ParameterType="bool" Selector="$Config/FollowRedirects$"/>
<OverrideableParameter ID="RetryCount" ParameterType="int" Selector="$Config/RetryCount$"/>
<OverrideableParameter ID="RequestTimeout" ParameterType="int" Selector="$Config/RequestTimeout$"/>
</OverrideableParameters>
<ModuleImplementation>
<Native>
<ClassID>92C599FD-6639-4A9F-90DA-E1350162A318</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WebApplication.WebApplicationData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>