Microsoft.SystemCenter.UnixService일반 Unix 서비스

Microsoft.SystemCenter.UnixService (ClassType)

Element properties:

Base ClassMicrosoft.Unix.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9a8ba665-097f-392a-914a-7883d502b962

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.SystemCenter.UnixService:
ServiceName  string  서비스 이름 서비스 이름 true 256  False 
ModulePath  string  경로 모듈 경로 false 256  False 
DisplayName  string  표시 이름 서비스 표시 이름 false 256  False 
Handle  string  핸들 서비스 핸들 false 256  False 
ComputerName  string  대상 컴퓨터 이름 대상 컴퓨터의 이름 false 256  False 
ComputerGUID  string  대상 컴퓨터 GUID 대상 컴퓨터의 GUID false 256  False 
ComputerGroupName  string  대상 컴퓨터 그룹 이름 대상 컴퓨터 그룹의 이름 false 256  False 
ComputerGroupGUID  string  대상 컴퓨터 그룹 GUID 대상 컴퓨터 그룹의 GUID false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.UnixService" Base="Unix!Microsoft.Unix.LocalService" Abstract="true" Accessibility="Public" Hosted="true">
<Property ID="ServiceName" Type="string" Key="true"/>
<Property ID="ModulePath" Type="string" Key="false"/>
<Property ID="DisplayName" Type="string" Key="false"/>
<Property ID="Handle" Type="string" Key="false"/>
<Property ID="ComputerName" Type="string" Key="false"/>
<Property ID="ComputerGUID" Type="string" Key="false"/>
<Property ID="ComputerGroupName" Type="string" Key="false"/>
<Property ID="ComputerGroupGUID" Type="string" Key="false"/>
</ClassType>