Microsoft.Unix.ComputerOrdinateur Unix

Microsoft.Unix.Computer (ClassType)

Tous les ordinateurs Unix

Element properties:

Base ClassSystem.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdde979049-02a6-f554-89d2-8d29b9fef41d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.Unix.Computer:
PrincipalName  string  Nom principal Nom principal de cet ordinateur. true 256  False 
DNSName  string  Nom DNS Nom DNS de cet ordinateur. false 256  False 
IPAddress  string  Adresse IP Adresse IP de cet ordinateur. false 256  False 
NetworkName  string  Nom réseau Nom réseau de cet ordinateur. false 256  False 
SSHPort  string  Numéro de port SSH false 256  False 
AgentVersion  string  Numéro de version de l'agent false 256  False 
Architecture  string  Architecture false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Unix.Computer" Abstract="false" Accessibility="Public" Hosted="false" Singleton="false" Base="System!System.Computer">
<Property ID="PrincipalName" Type="string" Key="true"/>
<Property ID="DNSName" Type="string" Key="false"/>
<Property ID="IPAddress" Type="string" Key="false"/>
<!-- network name should be used to connect to the machine using IP protocols. This will be set to DNS name if available, or IPAddress -->
<Property ID="NetworkName" Type="string" Key="false"/>
<Property ID="SSHPort" Type="string" Key="false"/>
<Property ID="AgentVersion" Type="string" Key="false"/>
<Property ID="Architecture" Type="string" Key="false"/>
</ClassType>