Microsoft.Windows.InternetInformationServices.WebSiteIIS 网站

Microsoft.Windows.InternetInformationServices.WebSite (ClassType)

所有 IIS 网站,不考虑 Internet Information Services (IIS) 版本。

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId294f206e-08aa-6dc1-1bd7-a72ce272f365

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.WebSite:
SiteID  string  true 255  False 
Description  string  描述 false 255  False 
ServerBindings  string  服务器绑定 false 255  False 
SecureBindings  string  安全绑定 false 255  False 
Path  string  文件夹路径 false 255  False 
LogFileDirectory  string  日志文件目录 false 255  False 
LogFileType  int  日志文件类型 false 255   
BITS  bool  BITS false 255   
LogFilePattern  string  日志文件模式 false 255  False 
LoggingEnabled  bool  日志记录已启用 false 255   
AnonymousUsername  string  匿名用户名 false 255  False 
CacheISAPI  bool  缓存 ISAPI false 255   
AllowKeepAlive  bool  允许保持活动状态 false 255   
URL  string  URL false 255  False 
PerfCounterInstance  string  性能计数器实例名称 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.InternetInformationServices.WebSite" Accessibility="Public" Abstract="true" Base="System!System.WebSite" Hosted="false" Singleton="false">
<Property ID="SiteID" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ServerBindings" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="SecureBindings" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LogFileDirectory" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LogFileType" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="BITS" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LogFilePattern" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LoggingEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="AnonymousUsername" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="CacheISAPI" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="AllowKeepAlive" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="URL" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PerfCounterInstance" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>