Microsoft.JEE.ApplicationServer.InstanceInstance de serveur d'applications

Microsoft.JEE.ApplicationServer.Instance (ClassType)

Une instance de serveur d'applications.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId832d5e8d-39ae-1088-aa57-7c0cd4def6a3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  État des objets État des objets false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  État des actifs État des actifs false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Remarques Remarques false 4000       
Microsoft.JEE.ApplicationServer.Instance:
Id  string  ID true 260  False     
HostName  string  Nom d'hôte true 260  False     
HttpPort  string  Port HTTP false  False     
HttpsPort  string  Port HTTPS false  False     
Version  string  Version false 16  False     
DiskPath  string  Chemin d'accès au disque false 260  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.JEE.ApplicationServer.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>