Microsoft.SystemCenter.HealthServiceヘルス サービス

Microsoft.SystemCenter.HealthService (ClassType)

この種類は System Center ヘルス サービスを表します。

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdab4c891f-3359-3fb6-0704-075fbfe36710
Commentrepresents a health service and its configration

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
Microsoft.SystemCenter.HealthService:
AuthenticationName  string  認証に使用する名前 認証に使用する名前 false 256  False     
MaximumQueueSize  int  キューの最大サイズ キューの最大サイズ false 256       
MaximumSizeOfAllTransferredFiles  int  転送するすべてのファイルの最大サイズ 転送するすべてのファイルの最大サイズ false 256       
RequestCompression  bool  圧縮を要求 圧縮を要求します false 256       
CreateListener  bool  リスナーの作成 リスナーを作成します false 256       
Port  int  ポート ポート false 256       
IsRHS  bool  ルート ヘルス サービス エミュレーター ルート管理サービス エミュレーター false 256       
IsManagementServer  bool  管理サーバー 管理サーバーです false 256       
IsAgent  bool  エージェント エージェント false 256       
IsGateway  bool  ゲートウェイ ゲートウェイ false 256       
IsManuallyInstalled  bool  手動でインストール済み 手動でインストールされています false 256       
InstalledBy  string  インストールしたソース インストールしたソース false 256  False     
InstallTime  datetime  インストール時間 インストール時間 false 256       
Version  string  バージョン バージョン false 256  False     
ActionAccountIdentity  string  アクション アカウントの識別子 アクション アカウントの識別子 false 256  False     
HeartbeatEnabled  bool  管理サーバーにハートビートを送信する 管理サーバーにハートビートを送信します false 256       
HeartbeatInterval  int  ハートビート間隔 (秒) ハートビート間隔 (秒) false 256       
ActiveDirectoryManaged  bool  Active Directory を介して管理されている Active Directory を介して管理されています false 256       
ProxyingEnabled  bool  プロキシ有効 プロキシが有効になっています false 256       
PatchList  string  修正プログラム一覧 修正プログラムの一覧 false 256  False     
Protocol  string  エージェント通信プロトコル エージェントが親エージェントとの通信に使用する通信プロトコル (HTTP または TCP) を指定します。 false 256  False     
InitiatesConnectionToParent  bool  エージェントが親エージェントへの接続を開始する エージェントが親エージェントへの接続を開始するかどうかを示すブール値。 TRUE に設定した場合、エージェントは親エージェントへの接続を開始します。 FALSE に設定した場合、エージェントは親エージェントが接続を開始するのを待機します。 false 256       
ThirdPartyAuthenticationUri  string  認証サービス URI エージェント通信プロトコルとして HTTP が指定されている場合に使用される認証サービスの URI。 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.HealthService" Comment="represents a health service and its configration" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="AuthenticationName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="MaximumQueueSize" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="MaximumSizeOfAllTransferredFiles" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="RequestCompression" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="CreateListener" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Port" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IsRHS" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IsManagementServer" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IsAgent" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IsGateway" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IsManuallyInstalled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="InstalledBy" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="InstallTime" Type="datetime" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ActionAccountIdentity" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="HeartbeatEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="HeartbeatInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ActiveDirectoryManaged" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ProxyingEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PatchList" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Protocol" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="InitiatesConnectionToParent" Type="bool" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="ThirdPartyAuthenticationUri" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>