Microsoft.SystemCenter.HealthServiceService de contrôle d'intégrité

Microsoft.SystemCenter.HealthService (ClassType)

Ce type représente le service de contrôle d'intégrité de 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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  État des objets État des objets false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  État des actifs État des actifs false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Remarques Remarques false 4000       
Microsoft.SystemCenter.HealthService:
AuthenticationName  string  Nom d'authentification Nom d'authentification false 256  False     
MaximumQueueSize  int  File d'attente maximale File d'attente maximale false 256       
MaximumSizeOfAllTransferredFiles  int  Taille maximale de tous les fichiers transférés Taille maximale de tous les fichiers transférés false 256       
RequestCompression  bool  Demander compression Demander compression false 256       
CreateListener  bool  Créer un dispositif d'écoute Créer un dispositif d'écoute false 256       
Port  int  Port Port false 256       
IsRHS  bool  Est un émulateur de service de contrôle d'intégrité racine Est un émulateur de service de gestion racine false 256       
IsManagementServer  bool  Est un serveur d'administration Est un serveur d'administration false 256       
IsAgent  bool  Est un agent Est un agent false 256       
IsGateway  bool  Est une passerelle Est une passerelle false 256       
IsManuallyInstalled  bool  Est installé manuellement Est installé manuellement false 256       
InstalledBy  string  Installation par Installation par false 256  False     
InstallTime  datetime  Heure d'installation Heure d'installation false 256       
Version  string  Version Version false 256  False     
ActionAccountIdentity  string  Identité du compte d'action Identité du compte d'action false 256  False     
HeartbeatEnabled  bool  Envoyer des pulsations aux serveurs d'administration Envoyer des pulsations aux serveurs d'administration false 256       
HeartbeatInterval  int  Intervalle entre les pulsations (secondes) Intervalle entre les pulsations (secondes) false 256       
ActiveDirectoryManaged  bool  Administré via Active Directory Administré via Active Directory false 256       
ProxyingEnabled  bool  Connexion proxy activée Connexion proxy activée false 256       
PatchList  string  Liste des correctifs Liste des correctifs false 256  False     
Protocol  string  Protocole de communication de l'agent Spécifie le protocole de communication (HTTP ou TCP) qu'un agent utilise pour communiquer avec ses agents parents. false 256  False     
InitiatesConnectionToParent  bool  L'agent établit la connexion avec des agents parents Valeur booléenne qui indique si un agent établit la connexion avec ses agents parents. Si la valeur est TRUE, l'agent ouvre une connexion sur ses agents parents. Si la valeur est FALSE, l'agent attend que ses agents parents établissent une connexion. false 256       
ThirdPartyAuthenticationUri  string  URI du service d'authentification URI du service d'authentification à utiliser lorsque le protocole de communication spécifié de l'agent est HTTP. 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>