Microsoft.Windows.InternetInformationServices.ApplicationPoolIIS 응용 프로그램 풀

Microsoft.Windows.InternetInformationServices.ApplicationPool (ClassType)

IIS(인터넷 정보 서비스) 버전에 관계없이 모든 IIS 응용 프로그램 풀입니다.

Element properties:

Base ClassMicrosoft.Windows.InternetInformationServices.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId76c2471c-6af7-6c1b-bdbf-dd6397a35f67

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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  Ping 사용 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  응용 프로그램 풀 ID 유형 false 255   
ApplicationPoolIdentity  string  응용 프로그램 풀 ID 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" Length="255" MinLength="0"/>
<Property ID="PeriodicRestartTime" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PeriodicRestartRequests" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="MaxProcesses" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PingingEnabled" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PingInterval" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PingResponseTime" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="IdleTimeout" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="CPUAction" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="CPULimit" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="CPUResetInterval" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ApplicationPoolIdentityType" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ApplicationPoolIdentity" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PeriodicRestartMemory" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PeriodicRestartPrivateMemory" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ApplicationPoolAutoStart" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PeriodicRestartSchedule" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="RapidFailProtection" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="RapidFailProtectionInterval" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="RapidFailProtectionMaxCrashes" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>