Microsoft.ApacheHTTPServer.VirtualHostApache 虛擬主機

Microsoft.ApacheHTTPServer.VirtualHost (ClassType)

Apache HTTP Server 虛擬主機

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.ApacheHTTPServer.VirtualHost:
InstanceID  string  執行個體識別碼 true 256  False     
DocumentRoot  string  主目錄 false 256  False     
ServerName  string  伺服器名稱 false 256  False     
ServerAliases  string  伺服器別名 false 256  False     
IPAddresses  string  IP 位址 false 256  False     
Ports  string  連接埠 false 256  False     
ServerAdmin  string  伺服器系統管理員 false 256  False     
AccessLog  string  存取記錄檔 false 256  False     
CustomLog  string  自訂記錄檔 false 256  False     
ErrorLog  string  錯誤記錄檔 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>