Microsoft.Windows.Cluster.ServiceWindows 클러스터 서비스

Microsoft.Windows.Cluster.Service (ClassType)

Windows 클러스터 서비스 클래스입니다.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId256142a9-9982-9a45-d8b1-de0444ad51c6

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.Windows.Cluster.Service:
ServiceName  string  Windows 클러스터 서비스 이름 Windows 클러스터 서비스 이름입니다. false 256  False 
ProxyingEnabled  bool  프록싱 사용 클러스터 서비스가 있는 에이전트에서 프록시가 사용 가능하게 설정되었습니다. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Service" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="ServiceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProxyingEnabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>