Microsoft.Windows.Server.DNS.TrustPointWindows 2012 R2 DNS 신뢰 지점

Microsoft.Windows.Server.DNS.TrustPoint (ClassType)

이 엔터티는 Windows Server 2012 R2 컴퓨터에서 정의된 DNS 신뢰 지점을 나타냅니다.

Element properties:

Base ClassMicrosoft.Windows.Server.DNS.HostedComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2aab3381-38d2-92e3-db07-296a442857fe

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.Windows.Server.DNS.TrustPoint:
TrustPointName  string  신뢰 지점 이름 DNS 신뢰 지점의 이름입니다. true 256  False 
HostName  string  호스트 이름 신뢰 지점을 호스트하는 DNS Server의 이름입니다. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DNS.TrustPoint" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.DNS.HostedComponent" Hosted="true" Singleton="false">
<Property ID="TrustPointName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="HostName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>