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 (CHS) Description (CHS) 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>