Zarezerwowane

Microsoft.SystemCenter.WebApplication.GetWebPage (Task)

To zadanie jest wykorzystywane przez kreatora szablonu pakietu administracyjnego aplikacji sieci Web. Nie będzie działać prawidłowo, jeśli zostanie uruchomione bezpośrednio z poziomu bazy wiedzy lub okienka działań.

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>