Microsoft.ApacheHTTPServer.VirtualHostAnfitrião Virtual do Apache

Microsoft.ApacheHTTPServer.VirtualHost (ClassType)

Um Anfitrião Virtual do Servidor HTTP do Apache

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e919745-0dec-7ea0-967e-3ea765fbd9fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.ApacheHTTPServer.VirtualHost:
InstanceID  string  ID da Instância true 256  False     
DocumentRoot  string  Raiz do Documento false 256  False     
ServerName  string  Nome do Servidor false 256  False     
ServerAliases  string  Aliases do Servidor false 256  False     
IPAddresses  string  Endereços IP false 256  False     
Ports  string  Portas false 256  False     
ServerAdmin  string  Administrador de Servidor false 256  False     
AccessLog  string  Registo de Acesso false 256  False     
CustomLog  string  Registo Personalizado false 256  False     
ErrorLog  string  Registo de Erros false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.ApacheHTTPServer.VirtualHost" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false" Base="System!System.WebSite">
<Property ID="InstanceID" Type="string" Key="true"/>
<Property ID="DocumentRoot" Type="string" Key="false"/>
<Property ID="ServerName" Type="string" Key="false"/>
<Property ID="ServerAliases" Type="string" Key="false"/>
<Property ID="IPAddresses" Type="string" Key="false"/>
<Property ID="Ports" Type="string" Key="false"/>
<Property ID="ServerAdmin" Type="string" Key="false"/>
<Property ID="AccessLog" Type="string" Key="false"/>
<Property ID="CustomLog" Type="string" Key="false"/>
<Property ID="ErrorLog" Type="string" Key="false"/>
</ClassType>