Microsoft.Windows.Server.DNS.ServerWindows DNS Server

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

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf19a5311-1bda-12c8-99fc-0fb34e6e4a49

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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.Server:
EventLoggingLevel  string  事件日志记录级别 false 256  False     
ScavengingInterval  string  清除间隔 false 256  False     
Name  string  名称 true 256  False     
WindowsVersion  string  Windows 版本 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DNS.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="EventLoggingLevel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ScavengingInterval" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WindowsVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>