保留

Microsoft.SystemCenter.WebApplication.GetWebPage (Task)

此任务由“Web 应用程序 MP 模板”向导使用。 如果直接从知识或操作窗格运行,则它可能不能正常工作。

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.WebApplication.SingleUrlProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.WebApplication.GetWebPage" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.WebApplication.SingleUrlProbe">
<Verb>GET</Verb>
<URL>URL</URL>
<Version>HTTP/1.1</Version>
<Proxy/>
<ProxyUserName/>
<ProxyPassword/>
<ProxyAuthenticationScheme>None</ProxyAuthenticationScheme>
<CredentialUserName/>
<CredentialPassword/>
<AuthenticationScheme>None</AuthenticationScheme>
</ProbeAction>
</Task>