PS_DnsServerZoneTransferPolicy class

DNS Server zone transfer policy.

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 PS_DnsServerZoneTransferPolicy
{
};

Members

The PS_DnsServerZoneTransferPolicy class has these types of members:

Methods

The PS_DnsServerZoneTransferPolicy class has these methods.

Method Description
AddByInputObject Adds a new zone transfer policy by input object.
AddByServer Adds a new zone transfer policy by server.
AddByZone Adds a new zone transfer policy by zone.
GetByServer Enumerates the zone transfer policy by server.
GetByZone Enumerates the zone transfer policy by zone.
RemoveByServer Removes a zone transfer policy by server.
RemoveByZone Removes a zone transfer policy by zone.
SetByInputObject Edits a new zone transfer policy by input object.
SetByServer Edits a new zone transfer policy by server.
SetByZone Edits a new zone transfer policy by zone.

Requirements

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

See also

DnsServerPSProvider Provider