Microsoft.JEE.ApplicationServer.UnixSeed.InstanceStartwert für Unix-Anwendungsserverinstanz

Microsoft.JEE.ApplicationServer.UnixSeed.Instance (ClassType)

Dies ist ein Startwert für die Erstellung einer Unix-Anwendungsserverinstanz.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5392a518-0d17-3f5f-c2df-097f7b5fc11c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Bestandsstatus Bestandsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anmerkungen Anmerkungen false 4000       
Microsoft.JEE.ApplicationServer.UnixSeed.Instance:
Id  string  ID true 260  False     
HostName  string  Hostname true 260  False     
HttpPort  string  HTTP-Port false  False     
HttpsPort  string  HTTPS-Port false  False     
Version  string  Version false 16  False     
DiskPath  string  Datenträgerpfad false 260  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.JEE.ApplicationServer.UnixSeed.Instance" Abstract="false" Accessibility="Public" Hosted="false" Base="System!System.ApplicationComponent">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" MaxLength="260" MinLength="0"/>
<Property ID="HostName" Type="string" Key="true" CaseSensitive="false" MaxLength="260" MinLength="0"/>
<Property ID="HttpPort" Type="string" CaseSensitive="false" MaxLength="8" MinLength="0"/>
<Property ID="HttpsPort" Type="string" CaseSensitive="false" MaxLength="8" MinLength="0"/>
<Property ID="Version" Type="string" CaseSensitive="false" MaxLength="16" MinLength="0"/>
<Property ID="DiskPath" Type="string" CaseSensitive="false" MaxLength="260" MinLength="0"/>
</ClassType>