2.2.4.178 DnsConditionalForwarderByFiltersEnumerationParameters

The DnsConditionalForwarderByFiltersEnumerationParameters complex type SHOULD<13> specify the filter criteria to be used for enumerating the DNS conditional forwarders from the IPAM data store.

 <xs:complexType name="DnsConditionalForwarderByFiltersEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="DnsServerRoleId" type="xsd:long" />
         <xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType> 

DnsServerRoleId:  The RecordId of the DNS server to which the DNS conditional forwarder belongs.

Name:  The name of the DNS conditional forwarder.