Microsoft.Windows.DNSServer.2016.ZoneScopeWindows DNS Server 2016 and 1709+ Zone Scope

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

This entity represents a Zone Scope in a Windows Server 2016 and 1709+ 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
ElementIddb3f7cb2-6b45-1e64-e45f-5d2b96f8c134

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>