Share via


2.2.4.77 DnsServerByServerInfoIdsEnumerationParameters

The DnsServerByServerInfoIdsEnumerationParameters complex type is used to specify the parameters to enumerate the DnsServer instances that are based on the record identifiers of the ServerInfo instances from the ADM_DnsServersTable.

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

ServerInfoIds: A collection of record identifiers for the ServerInfo instances for which the corresponding DnsServer instances are being requested.