Microsoft.Unix.ComputerUnix 计算机

Microsoft.Unix.Computer (ClassType)

所有 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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Unix.Computer:
PrincipalName  string  主体名称 此计算机的主体名称。 true 256  False 
DNSName  string  DNS 名称 此计算机的 DNS 名称 false 256  False 
IPAddress  string  IP 地址 此计算机的 IP 地址。 false 256  False 
NetworkName  string  网络名称 此计算机的网络名称。 false 256  False 
SSHPort  string  SSH 端口号 false 256  False 
AgentVersion  string  代理版本号 false 256  False 
Architecture  string  体系结构 false 256  False 
TimeZoneOffset  string      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"/>
<Property ID="TimeZoneOffset" Type="string" Key="false"/>
</ClassType>