Share via


2.2.4.96 DeletePolicyParameters

The DeletePolicyParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is DeletePolicy and associates them to a collection of DhcpPolicyV4 (policies.

 <xs:complexType name="DeletePolicyParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Policies" nillable="true" type="ipam:ArrayOfDhcpPolicyV4" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Policies: An ArrayOfDhcpPolicyV4 (section 2.2.4.26) that represents the DHCP policies to be deleted.