Modify method of the MicrosoftDNS_ATMAType class

The Modify method updates an ATM Address to Name (ATMA) Resource Record.

Syntax

void Modify(
  [in, optional] uint32                TTL,
  [in, optional] uint16                Format,
  [in, optional] string                ATMAddress,
  [out, ref]     MicrosoftDNS_ATMAType &RR
);

Parameters

TTL [in, optional]

Time, in seconds, that the RR can be cached by a DNS resolver.

Format [in, optional]

ATM address format. Two possible values for FORMAT are: 0 indicating ATM End System Address (AESA) format and 1 indicating E.164 format.

ATMAddress [in, optional]

Variable length string of octets containing the ATM address of the node/owner to which this RR pertains. The first four bytes of the array are used to store the size of the octet string. The most significant byte is stored in byte 0.

RR [out, ref]

Reference to the new object.

Return value

This method does not return a value.

Remarks

Any parameter not specified is left unchanged in the modified record.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

See also

MicrosoftDNS_ATMAType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_ATMAType Class

MicrosoftDNS_ResourceRecord