Share via


2.2.4.348 RemoveScopesFromSuperscopeParameters

The RemoveScopesFromSuperscopeParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type. It creates objects whose OperationId is RemoveScopesFromSuperscope and associates them to a list of DHCP scope IDs upon which this operation is to be performed.

 <xs:complexType name="RemoveScopesFromSuperscopeParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="ScopeIds" nillable="true" type="serarr:ArrayOflong" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ScopeIds: Represents RecordIds of DHCP scopes to be removed from a superscope.