Vyhrazeno

Microsoft.SystemCenter.WebApplication.GetWebPage (Task)

Tato úloha je používána průvodcem šablony webové aplikace MP. Nebude fungovat správně, bude-li spuštěna přímo z podokna znalostí nebo akcí.

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>