DnsServerRecordRequest class

Counts DNS server requests for the specified record type.

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 DnsServerRecordRequest
{
  string RecordType;
  uint32 Request;
};

Members

The DnsServerRecordRequest class has these types of members:

Properties

The DnsServerRecordRequest class has these properties.

RecordType

Data type: string

Access type: Read-only

The record type for which to count DNS server requests.

Request

Data type: uint32

Access type: Read-only

The number of WINS lookup requests received by the server for the specified record type.

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