IDeviceManager GetPhysicalInterfaceNames 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
SyntaxIEnumerable <INameable > GetPhysicalInterfaceNames (
IEnumerable <long > physicalInterfaceIds
)Function GetPhysicalInterfaceNames (
physicalInterfaceIds As IEnumerable (Of Long )
) As IEnumerable (Of INameable )Parameters physicalInterfaceIds Type: System.Collections.Generic IEnumerable Int64 The ids of physical interfaces for which to retrieve names Return Value Type:
IEnumerable INameable [Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceManager.GetPhysicalInterfaceNames(System.Collections.Generic.IEnumerable{System.Int64})"]
See Also