DnsServerPolicyCriteria class

Contains the DNS server policy criteria.

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 DnsServerPolicyCriteria
{
  string CriteriaType;
  string Criteria;
};

Members

The DnsServerPolicyCriteria class has these types of members:

Properties

The DnsServerPolicyCriteria class has these properties.

Criteria

Data type: string

Access type: Read/write

The criteria.

CriteriaType

Data type: string

Access type: Read/write

The criteria type.

The possible values are.

ClientSubnet ("ClientSubnet")

TransportProtocol ("TransportProtocol")

NetworkProtocol ("NetworkProtocol")

Interface ("Interface")

Fqdn ("Fqdn")

Qtype ("Qtype")

Time ("Time")

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