Microsoft.Windows.Server.DNS.TrustPointPoint d'approbation dans le DNS Windows 2012 R2

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

Cette entité représente un point d'approbation dans le DNS défini dans un ordinateur Windows Server 2012 R2.

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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.Windows.Server.DNS.TrustPoint:
TrustPointName  string  Nom du point d'approbation Le nom du point d'approbation dans le DNS true 256  False 
HostName  string  Nom de l’ordinateur hôte Le nom du serveur DNS qui héberge le point d'approbation 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>