DnsServerPolicyContent class

Describes the DNS server policy content.

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 DnsServerPolicyContent
{
  uint32 Weight;
  string ScopeName;
};

Members

The DnsServerPolicyContent class has these types of members:

Properties

The DnsServerPolicyContent class has these properties.

ScopeName

Data type: string

Access type: Read/write

Name of the scope.

Weight

Data type: uint32

Access type: Read/write

Weight of the scope.

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