2.2.4.444 UpdateDhcpFilterParameters

The UpdateDhcpFilterParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is UpdateDhcpFilter and associates them to a DhcpFilter that is to be updated.

 <xs:complexType name="UpdateDhcpFilterParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Filter" nillable="true" type="DhcpFilter" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Filter:  A DhcpFilter type that represents the data that is to be updated for the DHCP filter.