Microsoft.JEE.ApplicationServer.UnixSeed.InstanceValore di inizializzazione Unix dell'istanza del server applicazioni

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

Un valore di inizializzazione necessario per la creazione di un'istanza del server applicazioni Unix.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.JEE.ApplicationServer.UnixSeed.Instance:
Id  string  ID true 260  False     
HostName  string  Nome host true 260  False     
HttpPort  string  Porta HTTP false  False     
HttpsPort  string  Porta HTTPS false  False     
Version  string  Versione false 16  False     
DiskPath  string  Percorso del disco 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>