Microsoft.Windows.Server.DNS.ForwarderWindows DNS 전달자

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

Element properties:

Base ClassMicrosoft.Windows.Server.DNS.HostedComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbb1bf92f-b322-bb32-b071-ff86f14f2baf

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.Windows.Server.DNS.Forwarder:
DomainName  string  도메인 이름 true 256  False     
IsConditional  bool  조건부 false 256       
ForwarderTimeout  int  전달자 시간 초과 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DNS.Forwarder" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.Server.DNS.HostedComponent" Hosted="true" Singleton="false">
<Property ID="DomainName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsConditional" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ForwarderTimeout" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>