Modify method of the MicrosoftDNS_AType Class (Windows)

Switch View :
ScriptFree
Modify method of the MicrosoftDNS_AType Class

Applies to: desktop apps only

The Modify method updates the TTL and IP address of a host Address (A) Resource Record.

Syntax

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

Parameters

TTL [in, optional]

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

IPAddress [in, optional]

String representing the IP address of the host.

RR [out, ref]

Reference to the modified object.

Return value

This method does not return a value.

Remarks

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

Requirements

Minimum supported client

None supported

Minimum supported server

Windows 2000 Server

Namespace

\\.\Root\MicrosoftDNS

MOF

Dnsprov.mof

See also

MicrosoftDNS_ResourceRecord
CreateInstanceFromPropertyData Method of the MicrosoftDNS_AType Class

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012