Iis7AppPool Properties
From TFS Build Extensions
The Iis7AppPool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action |
Specifies the action to perform
| |
| AutoStart |
Set whether the application pool should start automatically. Default is true.
| |
| Enable32BitAppOnWin64 |
Sets whether 32-bit applications are enabled on 64-bit processors. Default is false.
| |
| Exists |
Gets whether the Application Pool exists
| |
| Force |
Set to true to force the creation of an apppool, even if it exists.
| |
| IdentityPassword |
Sets the password associated with the PoolIdentity property.
| |
| IdentityType |
Sets the ProcessModelIdentityType. Default is LocalService
| |
| IdleTimeout |
Sets a TimeSpan value in minutes for the period of time a process should remain idle. Set > 0 to use. Set to -1 to restore the Application Pool Default.
| |
| ManagedRuntimeVersion |
Sets the version number of the .NET Framework used by the application pool. Default is "v2.0".
| |
| MaxProcesses |
Sets the maximum number of worker processes allowed for the AppPool. Set to -1 to restore the Application Pool Default.
| |
| Name |
Sets the name of the AppPool
| |
| PeriodicRestartPrivateMemory |
Sets the private memory (kb) a process can use before the process is recycled. Default is 0. Set > 0 to use. Set to -1 to restore the Application Pool Default.
| |
| PeriodicRestartTime |
Sets a TimeSpan value in minutes for the period of time that should elapse before a worker process is recycled. Default is 29 hours. Set > 0 to use. Set to -1 to restore the Application Pool Default for Modify or -1 to Disable Recycling.PeriodicRestartTime for Create
| |
| PipelineMode |
Sets the ManagedPipelineMode. Default is ManagedPipelineMode.Integrated.
| |
| PoolIdentity |
Sets the user name associated with the security identity under which the application pool runs.
| |
| QueueLength |
Sets the maximum number of requests to queue before rejecting additional requests. Default is 0. Set > 0 to use. Set to -1 to restore the Application Pool Default.
| |
| RecycleInterval |
Sets the RecycleInterval in minutes for the application pool. Set to -1 to restore the Application Pool Default.
| |
| RecycleRequests |
Sets the fixed number of requests to recycle the application pool. Set to -1 to restore the Application Pool Default.
| |
| RecycleTimes |
Sets the times that the application pool should recycle. Format is 'hh:mm,hh:mm,hh:mm'. Set to "-1" to clear the RecycleTimes
|