Microsoft.SystemCenter.ManagementServer관리 서버

Microsoft.SystemCenter.ManagementServer (ClassType)

이 클래스는 관리 서버를 나타냅니다.

Element properties:

Base ClassMicrosoft.SystemCenter.HealthService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda9053dc6-3a99-b4cc-a0c5-f04e20478e2a
Commentrepresents a Management Server, including root management server

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.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  루트 Health Service임 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  작업 계정 ID false 256  False 
HeartbeatEnabled  bool  관리 서버로 하트비트 보내기 false 256   
HeartbeatInterval  int  하트비트 간격(초) false 256   
ActiveDirectoryManaged  bool  Active Directory를 통해 관리 false 256   
ProxyingEnabled  bool  프록싱 사용 false 256   
PatchList  string  패치 목록 false 256  False 
Microsoft.SystemCenter.ManagementServer:
ManagementServerSCP  string  관리 서버 SCP false 256  False 
AutoApproveManuallyInstalledAgents  bool  수동으로 설치된 에이전트 자동 승인 false 256   
NumberOfMissingHeartBeatsToMarkMachineDown  int  허용되는 누락 하트비트 수 false 256   
ProxyAddress  string  프록시 주소 false 256  False 
ProxyPort  int  프록시 포트 false 256   
RejectManuallyInstalledAgents  bool  수동으로 설치된 에이전트 거부 false 256   
UseProxyServer  bool  프록시 서버 사용 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ManagementServer" Comment="represents a Management Server, including root management server" Accessibility="Public" Abstract="false" Base="Microsoft.SystemCenter.HealthService" Hosted="true" Singleton="false">
<Property ID="ManagementServerSCP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AutoApproveManuallyInstalledAgents" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NumberOfMissingHeartBeatsToMarkMachineDown" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProxyAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProxyPort" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RejectManuallyInstalledAgents" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UseProxyServer" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>