Microsoft.Windows.InternetInformationServices.WebSiteSite do IIS

Microsoft.Windows.InternetInformationServices.WebSite (ClassType)

Todos os sites do IIS, independentemente da versão do IIS (Serviços de Informações da Internet).

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.InternetInformationServices.WebSite:
SiteID  string  Chave true 255  False 
Description  string  Descrição false 255  False 
ServerBindings  string  Ligações do servidor false 255  False 
SecureBindings  string  Ligações seguras false 255  False 
Path  string  Caminho da pasta false 255  False 
LogFileDirectory  string  Diretório do arquivo de log false 255  False 
LogFileType  int  TipoDeArquivoDelog false 255   
BITS  bool  BITS false 255   
LogFilePattern  string  Padrão de Arquivo de Log false 255  False 
LoggingEnabled  bool  Log Habilitado false 255   
AnonymousUsername  string  Nome de usuário anônimo false 255  False 
CacheISAPI  bool  Cache ISAPI false 255   
AllowKeepAlive  bool  Permitir Keep Alive false 255   
URL  string  URL false 255  False 
PerfCounterInstance  string  Nome da instância do contador de desempenho 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>