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 (JPN) Description (JPN) 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 サーバーの名前 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>