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 (JPN) Description (JPN) 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  アプリケーション プールの識別の種類 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>