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  アプリケーション プール 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" 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>