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