2.2.4.181 DnsConditionalForwardersParameters

The DnsConditionalForwardersParameters complex type SHOULD<16> allow extended attributes on an IpamOperationWithProgressParameters type. It represents the input parameters for DNS conditional forwarder operations.

 <xs:complexType name="DnsConditionalForwardersParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="ConditionalForwarders" nillable="true" type="ipam:ArrayOfDnsConditionalForwarder" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ConditionalForwarders: Specifies an array of DNS conditional forwarders on which the relevant operation is to be performed.