Click or drag to resize
IDeviceManager.GetPhysicalInterfacesForDevices Method

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

Retrieves all physical interfaces for specific device ids

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IPhysicalInterface> GetPhysicalInterfacesForDevices(
	IEnumerable<long> deviceIds
)

Parameters

deviceIds
Type: System.Collections.Generic.IEnumerable<Int64>
The ids of the devices

Return Value

Type: IEnumerable<IPhysicalInterface>

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceManager.GetPhysicalInterfacesForDevices(System.Collections.Generic.IEnumerable{System.Int64})"]

Exceptions
ExceptionCondition
ArgumentNullExceptiondeviceIds is null.
See Also