Click or drag to resize
IDeviceManagerGetPhysicalInterfaceNames Method

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

Retrieves the names of specified physical interfaces

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

Parameters

physicalInterfaceIds
Type: System.Collections.GenericIEnumerableInt64
The ids of physical interfaces for which to retrieve names

Return Value

Type: IEnumerableINameable

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

See Also