Microsoft.Windows.DNSServer.2016.ZoneScopeWindows DNS Server 2016 Zone Scope

Microsoft.Windows.DNSServer.2016.ZoneScope (ClassType)

This entity represents a Zone Scope in a Windows Server 2016 computer.

Knowledge Base article:

Summary

A Zone Scope is a unique instance of the Zone. A DNS Zone can have multiple Zone Scopes, with each Zone Scope containing its own set of DNS records. The same record can be present in multiple Scopes, with different IP addresses.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8e9a05d2-fc6f-605e-c007-64239d71c098

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DNSServer.2016.ZoneScope:
ScopeName  string  Zone Scope Name true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.2016.ZoneScope" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ScopeName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>