MicrosoftDNS_Zone 클래스의 ResetSecondaries 메서드

ResetSecondaries 메서드는 영역의 보조 DNS 서버에 대한 IP 주소를 다시 설정합니다.

구문

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

매개 변수

SecondaryServers [in]

보조 DNS 서버에 대한 IP 주소의 배열입니다.

SecureSecondaries [in]

적용할 보안을 지정하며 다음 중 하나여야 합니다.

  • ZONE_SECSECURE_NO_SECURITY
  • ZONE_SECSECURE_NS_ONLY
  • ZONE_SECSECURE_LIST_ONLY
  • ZONE_SECSECURE_NO_XFR

NotifyServers [in]

영역이 변경될 때 알림을 받을 DNS 서버의 IP 주소입니다.

알림 [in]

알림 설정 및 는 다음 중 하나여야 합니다.

  • ZONE_NOTIFY_OFF
  • ZONE_NOTIFY_ALL_SECONDARIES
  • ZONE_NOTIFY_LIST_ONLY

RR [out, ref]

MicrosoftDNS_Zone 형식의 RR입니다.

반환 값

이 메서드는 값을 반환하지 않습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
지원되는 버전 없음
지원되는 최소 서버
Windows 2000 Server[데스크톱 앱만]
네임스페이스
Root\MicrosoftDNS
MOF
Dnsprov.mof

추가 정보

MicrosoftDNS_Zone

MicrosoftDNS_Zone 클래스의 AgeAllRecords 메서드

MicrosoftDNS_Zone 클래스의 ChangeZoneType 메서드

MicrosoftDNS_Zone 클래스의 CreateZone 메서드

MicrosoftDNS_Zone 클래스의 ForceRefresh 메서드

MicrosoftDNS_Zone 클래스의 GetDistinguishedName 메서드

MicrosoftDNS_Zone 클래스의 PauseZone 메서드

MicrosoftDNS_Zone 클래스의 ReloadZone 메서드

MicrosoftDNS_Zone 클래스의 ResumeZone 메서드

MicrosoftDNS_Zone 클래스의 UpdateFromDS 메서드

MicrosoftDNS_Zone 클래스의 WriteBackZone 메서드