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 (KOR) Description (KOR) 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 

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>