Share via


DnsServerResourceRecordAtma class

DNS Server Resource Record ATMA.

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 DnsServerResourceRecordAtma : DnsServerResourceRecordData
{
  string AddressType;
  string Address;
};

Members

The DnsServerResourceRecordAtma class has these types of members:

Properties

The DnsServerResourceRecordAtma class has these properties.

Address

Data type: string

Access type: Read/write

Address

AddressType

Data type: string

Access type: Read/write

Address Type

The possible values are.

E164 ("E164")

AESA ("AESA")

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

DnsServerResourceRecordData

DnsServerPSProvider Provider