Share via


2.2.4.223 DnsZoneEventEnumerationParameters

The DnsZoneEventEnumerationParameters specifies the criteria to be used for enumerating the DnsZoneEvent rows from the IPAM data store.

 <xs:complexType name="DnsZoneEventEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="DnsServerId" type="xsd:long" />
         <xs:element minOccurs="0" name="DnsServerZoneId" type="xsd:long" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DnsServerId: This specifies the DNS server RecordId from which the events for the various zones are to be enumerated.

DnsServerZoneId: This specifies the RecordId for a zone hosted on a specific server for which the zone events are to be enumerated.