Microsoft.JEE.ApplicationServer.InstanceInstancia de servidor de aplicaciones

Microsoft.JEE.ApplicationServer.Instance (ClassType)

Una instancia de servidor de aplicaciones.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4479fceb-fd24-761f-e2d0-ccec02e41e47

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.JEE.ApplicationServer.Instance:
Id  string  Id. true 260  False     
HostName  string  Nombre de host true 260  False     
HttpPort  string  Puerto HTTP false  False     
HttpsPort  string  Puerto HTTPS false  False     
Version  string  Versión false 260  False     
DiskPath  string  Ruta de acceso al disco 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="260" MinLength="0"/>
<Property ID="DiskPath" Type="string" CaseSensitive="false" MaxLength="260" MinLength="0"/>
</ClassType>