Share via


DnsServerZoneDelegation class

Retrieves information about a DNS zone delegation.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerZoneDelegation
{
  string                  ZoneName;
  string                  ChildZoneName;
  DnsServerResourceRecord NameServer;
  DnsServerResourceRecord IPAddress[];
};

Members

The DnsServerZoneDelegation class has these types of members:

Properties

The DnsServerZoneDelegation class has these properties.

ChildZoneName

Data type: string

Access type: Read-only

The name of the child DNS zone specified by the zone delegation.

IPAddress

Data type: DnsServerResourceRecord array

Access type: Read/write

Qualifiers: EmbeddedInstance ("DnsServerResourceRecord")

An array that contains the IP address of DNS Server hat manages the zone delegation.

NameServer

Data type: DnsServerResourceRecord

Access type: Read/write

Qualifiers: EmbeddedInstance ("DnsServerResourceRecord")

The name of the DNS Server that manages the zone delegation.

ZoneName

Data type: string

Access type: Read-only

The name of the parent DNS zone specified by the zone delegation.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider