Microsoft.Windows.InternetInformationServices.ApplicationPoolIIS 应用程序池

Microsoft.Windows.InternetInformationServices.ApplicationPool (ClassType)

所有 IIS 应用程序池,不考虑 Internet Information Services (IIS) 版本。

Element properties:

Base ClassMicrosoft.Windows.InternetInformationServices.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdee95a5f2-5bef-ad42-8e3c-be8f2f53ab8d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.InternetInformationServices.ApplicationPool:
PoolID  string  池 ID true 255  False 
PeriodicRestartTime  string  定期重新启动时间 false 255  False 
PeriodicRestartRequests  int  定期重新启动请求 false 255   
MaxProcesses  int  最大进程数 false 255   
PingingEnabled  bool  启用 Pinging false 255   
PingInterval  string  Ping 时间间隔 false 255  False 
PingResponseTime  string  Ping 响应时间 false 255  False 
IdleTimeout  int  空闲超时 false 255   
CPUAction  bool  CPU 操作 false 255   
CPULimit  string  CPU 限制 false 255  False 
CPUResetInterval  string  CPU 重置时间间隔 false 255  False 
ApplicationPoolIdentityType  int  应用程序池标识类型 false 255   
ApplicationPoolIdentity  string  应用程序池标识 false 255  False 
PeriodicRestartMemory  int  定期重新启动内存 false 255   
PeriodicRestartPrivateMemory  int  定期重新启动专用内存 false 255   
ApplicationPoolAutoStart  bool  应用程序池自动启动 false 255   
PeriodicRestartSchedule  string  定期重新启动计划 false 255  False 
RapidFailProtection  string  快速失败保护 false 255  False 
RapidFailProtectionInterval  string  快速失败保护时间间隔 false 255  False 
RapidFailProtectionMaxCrashes  int  快速失败保护最大故障数 false 255   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.InternetInformationServices.ApplicationPool" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.InternetInformationServices.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="PoolID" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PeriodicRestartTime" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PeriodicRestartRequests" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="MaxProcesses" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PingingEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PingInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PingResponseTime" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="IdleTimeout" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="CPUAction" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="CPULimit" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="CPUResetInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ApplicationPoolIdentityType" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ApplicationPoolIdentity" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PeriodicRestartMemory" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PeriodicRestartPrivateMemory" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ApplicationPoolAutoStart" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PeriodicRestartSchedule" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="RapidFailProtection" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="RapidFailProtectionInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="RapidFailProtectionMaxCrashes" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>