Click or drag to resize
IDeviceManagerGetPhysicalInterfaceForAddresses Method

[This is preliminary documentation and is subject to change.]

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
Syntax
IReadOnlyDictionary<long, IPhysicalInterface> GetPhysicalInterfaceForAddresses(
	IEnumerable<long> addressIds
)

Parameters

addressIds
Type: System.Collections.GenericIEnumerableInt64
The address ids

Return Value

Type: IReadOnlyDictionaryInt64, IPhysicalInterface
A readonly dictionary with the addressId as key and physical interface as value
Exceptions
ExceptionCondition
ArgumentNullExceptionaddressIds is
MultipleObjectsNotExpectedExceptionMultiple physical interfaces found that all are associated with address id
See Also