Iis7AppPool Members

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The Iis7AppPool type exposes the following members.

Constructors

  NameDescription
Public methodIis7AppPool

Properties

  NameDescription
Public propertyAction
Specifies the action to perform
Public propertyAutoStart
Set whether the application pool should start automatically. Default is true.
Public propertyEnable32BitAppOnWin64
Sets whether 32-bit applications are enabled on 64-bit processors. Default is false.
Public propertyExists
Gets whether the Application Pool exists
Public propertyForce
Set to true to force the creation of an apppool, even if it exists.
Public propertyIdentityPassword
Sets the password associated with the PoolIdentity property.
Public propertyIdentityType
Sets the ProcessModelIdentityType. Default is LocalService
Public propertyIdleTimeout
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.
Public propertyManagedRuntimeVersion
Sets the version number of the .NET Framework used by the application pool. Default is "v2.0".
Public propertyMaxProcesses
Sets the maximum number of worker processes allowed for the AppPool. Set to -1 to restore the Application Pool Default.
Public propertyName
Sets the name of the AppPool
Public propertyPeriodicRestartPrivateMemory
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.
Public propertyPeriodicRestartTime
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
Public propertyPipelineMode
Sets the ManagedPipelineMode. Default is ManagedPipelineMode.Integrated.
Public propertyPoolIdentity
Sets the user name associated with the security identity under which the application pool runs.
Public propertyQueueLength
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.
Public propertyRecycleInterval
Sets the RecycleInterval in minutes for the application pool. Set to -1 to restore the Application Pool Default.
Public propertyRecycleRequests
Sets the fixed number of requests to recycle the application pool. Set to -1 to restore the Application Pool Default.
Public propertyRecycleTimes
Sets the times that the application pool should recycle. Format is 'hh:mm,hh:mm,hh:mm'. Set to "-1" to clear the RecycleTimes

See Also