Microsoft.SystemCenter.HealthServiceServizio integrità

Microsoft.SystemCenter.HealthService (ClassType)

Questo tipo rappresenta il servizio integrità di 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.HealthService:
AuthenticationName  string  Nome autenticazione Nome di autenticazione false 256  False     
MaximumQueueSize  int  Dimensione massima coda Dimensione massima della coda false 256       
MaximumSizeOfAllTransferredFiles  int  Dimensione massima di tutti i file trasferiti Dimensione massima di tutti i file trasferiti false 256       
RequestCompression  bool  Richiedi compressione Richiedi compressione false 256       
CreateListener  bool  Crea listener Crea listener false 256       
Port  int  Porta Porta false 256       
IsRHS  bool  È l'emulatore del servizio integrità radice È l'emulatore del servizio di gestione radice false 256       
IsManagementServer  bool  È il server di gestione È il server di gestione false 256       
IsAgent  bool  È l'agente È l'agente false 256       
IsGateway  bool  È il gateway È il gateway false 256       
IsManuallyInstalled  bool  È installato manualmente È installato manualmente false 256       
InstalledBy  string  Installato da Installato da false 256  False     
InstallTime  datetime  Ora di installazione Ora di installazione false 256       
Version  string  Versione Versione false 256  False     
ActionAccountIdentity  string  Identità account azione Identità dell'account azione false 256  False     
HeartbeatEnabled  bool  Invia heartbeat a server di gestione Invia gli heartbeat ai server di gestione false 256       
HeartbeatInterval  int  Intervallo heartbeat (secondi) Intervallo heartbeat (secondi) false 256       
ActiveDirectoryManaged  bool  Gestito mediante Active Directory Gestito mediante Active Directory false 256       
ProxyingEnabled  bool  Inoltro dati attivato Inoltro dei dati attivato false 256       
PatchList  string  Elenco patch Elenco delle patch false 256  False     
Protocol  string  Protocollo di comunicazione dell'agente Specifica il protocollo di comunicazione (HTTP o TCP) utilizzato dall'agente per comunicare con i relativi agenti padre. false 256  False     
InitiatesConnectionToParent  bool  La connessione agli agenti padre viene inizializzata dall'agente Un valore booleano che indica se un agente avvia la connessione ai relativi agenti padre. Se il valore è impostato su TRUE, l'agente apre una connessione ai relativi agenti padre. Se il valore è impostato su FALSE, l'agente attende che siano gli agenti padre a stabilire una connessione. false 256       
ThirdPartyAuthenticationUri  string  URI servizio di autenticazione L'URI del servizio di autenticazione da utilizzare quando viene specificato HTTP come protocollo di comunicazione dell'agente. 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>