Modify method of the MicrosoftDNS_AAAAType class

The Modify method updates an IPv6 address (AAAA) Resource Record.

Syntax

void Modify(
  [in, optional] uint32                TTL,
  [in, optional] string                IPv6Address,
  [out, ref]     MicrosoftDNS_AAAAType &RR
);

Parameters

TTL [in, optional]

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

IPv6Address [in, optional]

IPv6 address for the host.

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_AAAAType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_AAAAType Class

MicrosoftDNS_ResourceRecord