ResetSecondaries method of the MicrosoftDNS_Zone class

The ResetSecondaries method resets the IP addresses for secondary DNS Servers in the zone.

Syntax

void ResetSecondaries(
  [in]       string            SecondaryServers[],
  [in]       uint32            SecureSecondaries,
  [in]       string            NotifyServers[],
  [in]       uint32            Notify,
  [out, ref] MicrosoftDns_Zone &RR
);

Parameters

SecondaryServers [in]

Array of IP addresses for secondary DNS Servers.

SecureSecondaries [in]

Specifies the security to be applied and must be one of the following:

  • ZONE_SECSECURE_NO_SECURITY
  • ZONE_SECSECURE_NS_ONLY
  • ZONE_SECSECURE_LIST_ONLY
  • ZONE_SECSECURE_NO_XFR

NotifyServers [in]

IP address of DNS Servers to be notified when the zone changes.

Notify [in]

Notification setting and must be one of the following:

  • ZONE_NOTIFY_OFF
  • ZONE_NOTIFY_ALL_SECONDARIES
  • ZONE_NOTIFY_LIST_ONLY

RR [out, ref]

RR of type MicrosoftDNS_Zone.

Return value

This method does not return a value.

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_Zone

AgeAllRecords Method of the MicrosoftDNS_Zone Class

ChangeZoneType Method of the MicrosoftDNS_Zone Class

CreateZone Method of the MicrosoftDNS_Zone Class

ForceRefresh Method of the MicrosoftDNS_Zone Class

GetDistinguishedName Method of the MicrosoftDNS_Zone Class

PauseZone Method of the MicrosoftDNS_Zone Class

ReloadZone Method of the MicrosoftDNS_Zone Class

ResumeZone Method of the MicrosoftDNS_Zone Class

UpdateFromDS Method of the MicrosoftDNS_Zone Class

WriteBackZone Method of the MicrosoftDNS_Zone Class