웹 응용 프로그램 내부 URL 프로브 작업

Microsoft.SystemCenter.WebApplication.UrlProbeInternal (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SystemCenter.WebApplication.WebApplicationData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Proxystring$Config/Proxy$프록시
ProxyUserNamestring$Config/ProxyUserName$프록시 사용자 이름
ProxyPasswordstring$Config/ProxyPassword$프록시 암호
ProxyAuthenticationSchemestring$Config/ProxyAuthenticationScheme$프록시 인증 체계
CredentialUserNamestring$Config/CredentialUserName$자격 증명 사용자 이름
CredentialPasswordstring$Config/CredentialPassword$자격 증명 암호
AuthenticationSchemestring$Config/AuthenticationScheme$인증 체계
FollowRedirectsbool$Config/FollowRedirects$리디렉션 따르기
RetryCountint$Config/RetryCount$재시도 횟수
RequestTimeoutint$Config/RequestTimeout$요청 시간 초과
Requestsstring$Config/Requests$요청
TransactionResponseTimeWarningCriteriastring$Config/TransactionResponseTimeWarningCriteria$트랜잭션 응답 시간 경고 조건
TransactionResponseTimeErrorCriteriastring$Config/TransactionResponseTimeErrorCriteria$트랜잭션 응답 시간 오류 조건

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WebApplication.UrlProbeInternal" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>WebApp!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" type="xsd:string"/>
<xsd:element name="TransactionResponseTimeWarningCriteria" type="xsd:string"/>
<xsd:element name="TransactionResponseTimeErrorCriteria" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Proxy" Selector="$Config/Proxy$" ParameterType="string"/>
<OverrideableParameter ID="ProxyUserName" Selector="$Config/ProxyUserName$" ParameterType="string"/>
<OverrideableParameter ID="ProxyPassword" Selector="$Config/ProxyPassword$" ParameterType="string"/>
<OverrideableParameter ID="ProxyAuthenticationScheme" Selector="$Config/ProxyAuthenticationScheme$" ParameterType="string"/>
<OverrideableParameter ID="CredentialUserName" Selector="$Config/CredentialUserName$" ParameterType="string"/>
<OverrideableParameter ID="CredentialPassword" Selector="$Config/CredentialPassword$" ParameterType="string"/>
<OverrideableParameter ID="AuthenticationScheme" Selector="$Config/AuthenticationScheme$" ParameterType="string"/>
<OverrideableParameter ID="FollowRedirects" Selector="$Config/FollowRedirects$" ParameterType="bool"/>
<OverrideableParameter ID="RetryCount" Selector="$Config/RetryCount$" ParameterType="int"/>
<OverrideableParameter ID="RequestTimeout" Selector="$Config/RequestTimeout$" ParameterType="int"/>
<OverrideableParameter ID="Requests" Selector="$Config/Requests$" ParameterType="string"/>
<OverrideableParameter ID="TransactionResponseTimeWarningCriteria" Selector="$Config/TransactionResponseTimeWarningCriteria$" ParameterType="string"/>
<OverrideableParameter ID="TransactionResponseTimeErrorCriteria" Selector="$Config/TransactionResponseTimeErrorCriteria$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>92C599FD-6639-4A9F-90DA-E1350162A318</ClassID>
</Native>
</ModuleImplementation>
<OutputType>WebApp!Microsoft.SystemCenter.WebApplication.WebApplicationData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>