[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Retrieves the physical interfaces that are associated with specified address ids. Addresses that does not have a physical interface
will not be included in the result
Namespace:Netadmin.Management.Inventory Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
[ObsoleteAttribute("Obseleted 2017-12-07 due to 1:1 mapping relations between Physical interface and Address, refered to JIRA NA-5508. Use GetPhysicalInterfaceForAddresses instead.",
true)]
IReadOnlyDictionary<long, IEnumerable<IPhysicalInterface>> GetPhysicalInterfacesForAddresses(
IEnumerable<long> addressIds
)
<ObsoleteAttribute("Obseleted 2017-12-07 due to 1:1 mapping relations between Physical interface and Address, refered to JIRA NA-5508. Use GetPhysicalInterfaceForAddresses instead.",
true)>
FunctionGetPhysicalInterfacesForAddresses (
addressIdsAsIEnumerable(OfLong)
) AsIReadOnlyDictionary(OfLong, IEnumerable(OfIPhysicalInterface))