Microsoft.Windows.InternetInformationServices.ApplicationPoolПулы приложений IIS

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 (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.Windows.InternetInformationServices.ApplicationPool:
PoolID  string  Идентификатор пула true 255  False 
PeriodicRestartTime  string  Время периодического перезапуска false 255  False 
PeriodicRestartRequests  int  Запросы на периодический перезапуск false 255   
MaxProcesses  int  Макс. число процессов false 255   
PingingEnabled  bool  Проверка связи включена false 255   
PingInterval  string  Интервал проверки связи false 255  False 
PingResponseTime  string  Время ответа для проверки связи false 255  False 
IdleTimeout  int  Тайм-аут времени бездействия false 255   
CPUAction  bool  Действие ЦП false 255   
CPULimit  string  Ограничение ЦП false 255  False 
CPUResetInterval  string  Интервал сброса ЦП 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>