Share via


2.2.4.93 DeleteDhcpScopeParameters

The DeleteDhcpScopeParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is DeleteDhcpScope and associates them to a DhcpScope (section 2.2.4.141).

 <xs:complexType name="DeleteDhcpScopeParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Scope" nillable="true" type="ipam:DhcpScope" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Scope: A DhcpScope that represents the DHCP scope to be deleted.