Share via


2.2.4.446 UpdateDhcpScopeParameters

The UpdateDhcpScopeParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is EditDhcpScope and associates them to an ipam:DhcpScope.

 <xs:complexType name="UpdateDhcpScopeParameters">
   <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:  This is of type ipam:DhcpScope and represents the configuration to be updated for the DHCP scope.